Html Css Color HEX #5BCBE8 Turquoise Blue

📋 copy color: '#5BCBE8'

red 91 ◦ green 203 ◦ blue 232

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

Shades of Turquoise Blue #5BCBE8

Tints of Turquoise Blue #5BCBE8

RGB

 RED value IS 91 (35.94% from 255) = 17.3%

 GREEN value IS 203 (79.69% from 255) = 38.59%

 BLUE value IS 232 (91.02% from 255) = 44.11%

R = 17.3%
G = 38.59%
B = 44.11%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5BCBE8 (or 0x5BCBE8) is known color: Turquoise Blue. HEX triplet: 5B, CB and E8. RGB value is (91,203,232). Sum of RGB (Red+Green+Blue) = 91+203+232=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #5BCBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBE8 is #A43417. Grayscale: #ACACAC. Windows color (decimal): -10761240 or 15256411. OLE color: 15256411.

HSL color Cylindrical-coordinate representation of color #5BCBE8: hue angle of 192.34º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCBE8 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 91 203 232 -
CMYK 0.61 0.12 0 0.09
HSL 192.34º 0.75% 0.63% -
HSV(B) 192.34º 0.61% 0.91% -
XYZ 40.24 50.76 84.02 -
YUV 172.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 91 203 232 0.61 0.12 0 0.09 192.34 0.75 0.63
Hex 5B CB E8 3D C 0 9 C0 4B 3F
Octal 133 313 350 75 14 0 11 300 113 77
Binary 1011011 11001011 11101000 111101 1100 0 1001 11000000 1001011 111111

Color Harmonies of #5BCBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBE8

Black with #5BCBE8

Text Example


Text Example

White with #5BCBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BCBE8; }

 p { color: rgb(91,203,232); }

 H1.HeaderClassName
 {
   color: #5BCBE8;
 }
 .AnyTagClassName
 {
   color: #5BCBE8;
 }
</style>

background-color css

<style>
 a { background-color: #5BCBE8; }

 a { background-color: rgb(91,203,232); }

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

border-color css

<style>
 span { border-color: #5BCBE8; }

 span { border-color: rgb(91,203,232); }

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