Html Css Color HEX #4BDBFF Turquoise Blue

📋 copy color: '#4BDBFF'

red 75 ◦ green 219 ◦ blue 255

#4BDBFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #4BDBFF

Tints of Turquoise Blue #4BDBFF

RGB

 RED value IS 75 (29.69% from 255) = 13.66%

 GREEN value IS 219 (85.94% from 255) = 39.89%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 13.66%
G = 39.89%
B = 46.45%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4BDBFF (or 0x4BDBFF) is known color: Turquoise Blue. HEX triplet: 4B, DB and FF. RGB value is (75,219,255). Sum of RGB (Red+Green+Blue) = 75+219+255=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBFF is #B42400. Grayscale: #B3B3B3. Windows color (decimal): -11805697 or 16767819. OLE color: 16767819.

HSL color Cylindrical-coordinate representation of color #4BDBFF: hue angle of 192º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BDBFF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 219 255 -
CMYK 0.71 0.14 0 0
HSL 192º 1% 0.65% -
HSV(B) 192º 0.71% 1% -
XYZ 46.28 59.38 103.63 -
YUV 180.05 170.29 53.07 -
System Red Green Blue C M Y K H S L
Decimal 75 219 255 0.71 0.14 0 0 192 1 0.65
Hex 4B DB FF 47 E 0 0 C0 64 41
Octal 113 333 377 107 16 0 0 300 144 101
Binary 1001011 11011011 11111111 1000111 1110 0 0 11000000 1100100 1000001

Color Harmonies of #4BDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDBFF

Black with #4BDBFF

Text Example


Text Example

White with #4BDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BDBFF; }

 p { color: rgb(75,219,255); }

 H1.HeaderClassName
 {
   color: #4BDBFF;
 }
 .AnyTagClassName
 {
   color: #4BDBFF;
 }
</style>

background-color css

<style>
 a { background-color: #4BDBFF; }

 a { background-color: rgb(75,219,255); }

 div.DivClassName
 {
   background-color: #4BDBFF;
 }
 .BgClassName
 {
   background-color: #4BDBFF;
 }
</style>

border-color css

<style>
 span { border-color: #4BDBFF; }

 span { border-color: rgb(75,219,255); }

 td.TdClassName
 {
   border-color: #4BDBFF;
 }
 .TagClassName
 {
   border-color: #4BDBFF;
 }
</style>