#5BCCDF

Color #5BCCDF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5BCCDF

Tints of Turquoise Blue #5BCCDF

Color information

#5BCCDF (or 0x5BCCDF) is unknown color: approx Turquoise Blue. HEX triplet: 5B, CC and DF. RGB value is (91,204,223). Sum of RGB (Red+Green+Blue) = 91+204+223=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #5BCCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCDF is #A43320. Grayscale: #ACACAC. Windows color (decimal): -10760993 or 14666843. OLE color: 14666843.

HSL color Cylindrical-coordinate representation of color #5BCCDF: hue angle of 188.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCCDF is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB91204223-
CMYK0.590.0900.13
HSL188.64º67.35%61.57%-
HSV(B)188.64º59.19%87.45%-
XYZ39.2350.7477.54-
YUV172.38156.5669.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.57%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=17.57%
G=39.38%
B=43.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal912042230.590.0900.13188.6467.3561.57
Hex5BCCDF3B90Dbd433e
Octal133314337731101527510376
Binary10110111100110011011111111011100101101101111011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BCCDF;
 }
 .AnyTagClassName
 {
   color: #5BCCDF;
 }
</style>
background-color css

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

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

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

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

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

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