#5CEDF4

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

Shades of Turquoise Blue #5CEDF4

Tints of Turquoise Blue #5CEDF4

Color information

#5CEDF4 (or 0x5CEDF4) is unknown color: approx Turquoise Blue. HEX triplet: 5C, ED and F4. RGB value is (92,237,244). Sum of RGB (Red+Green+Blue) = 92+237+244=573 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.06% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #5CEDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEDF4 is #A3120B. Grayscale: #C2C2C2. Windows color (decimal): -10686988 or 16051548. OLE color: 16051548.

HSL color Cylindrical-coordinate representation of color #5CEDF4: hue angle of 182.76º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEDF4 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92237244-
CMYK0.620.0300.04
HSL182.76º87.36%65.88%-
HSV(B)182.76º62.3%95.69%-
XYZ51.0369.3896.29-
YUV194.44155.9654.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.06%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=16.06%
G=41.36%
B=42.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal922372440.620.0300.04182.7687.3665.88
Hex5CEDF43E304b75742
Octal13435536476304267127102
Binary101110011101101111101001111101101001011011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,237,244); }

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

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

 a { background-color: rgb(92,237,244); }

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

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

 span { border-color: rgb(92,237,244); }

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