Html Css Color HEX #5BCCE8 Turquoise Blue

📋 copy color: '#5BCCE8'

red 91 ◦ green 204 ◦ blue 232

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

Shades of Turquoise Blue #5BCCE8

Tints of Turquoise Blue #5BCCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

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

R = 17.27%
G = 38.71%
B = 44.02%

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

#5BCCE8 (or 0x5BCCE8) is known color: Turquoise Blue. HEX triplet: 5B, CC and E8. RGB value is (91,204,232). Sum of RGB (Red+Green+Blue) = 91+204+232=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #5BCCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCE8 is #A43317. Grayscale: #ADADAD. Windows color (decimal): -10760984 or 15256667. OLE color: 15256667.

HSL color Cylindrical-coordinate representation of color #5BCCE8: hue angle of 191.91º 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 #5BCCE8 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 91 204 232 -
CMYK 0.61 0.12 0 0.09
HSL 191.91º 0.75% 0.63% -
HSV(B) 191.91º 0.61% 0.91% -
XYZ 40.47 51.24 84.1 -
YUV 173.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 91 204 232 0.61 0.12 0 0.09 191.91 0.75 0.63
Hex 5B CC E8 3D C 0 9 C0 4B 3F
Octal 133 314 350 75 14 0 11 300 113 77
Binary 1011011 11001100 11101000 111101 1100 0 1001 11000000 1001011 111111

Color Harmonies of #5BCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCE8

Black with #5BCCE8

Text Example


Text Example

White with #5BCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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