#5CDBEE

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

Shades of Turquoise Blue #5CDBEE

Tints of Turquoise Blue #5CDBEE

Color information

#5CDBEE (or 0x5CDBEE) is unknown color: approx Turquoise Blue. HEX triplet: 5C, DB and EE. RGB value is (92,219,238). Sum of RGB (Red+Green+Blue) = 92+219+238=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CDBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDBEE is #A32411. Grayscale: #B6B6B6. Windows color (decimal): -10691602 or 15653724. OLE color: 15653724.

HSL color Cylindrical-coordinate representation of color #5CDBEE: hue angle of 187.81º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CDBEE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB92219238-
CMYK0.610.0800.07
HSL187.81º81.11%64.71%-
HSV(B)187.81º61.34%93.33%-
XYZ45.1859.1189.92-
YUV183.19158.9262.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.76%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=16.76%
G=39.89%
B=43.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal922192380.610.0800.07187.8181.1164.71
Hex5CDBEE3D807bc5141
Octal134333356751007274121101
Binary10111001101101111101110111101100001111011110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,219,238); }

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

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

 a { background-color: rgb(92,219,238); }

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

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

 span { border-color: rgb(92,219,238); }

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