#5CE6F4

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

Shades of Turquoise Blue #5CE6F4

Tints of Turquoise Blue #5CE6F4

Color information

#5CE6F4 (or 0x5CE6F4) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E6 and F4. RGB value is (92,230,244). Sum of RGB (Red+Green+Blue) = 92+230+244=566 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.25% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #5CE6F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE6F4 is #A3190B. Grayscale: #BEBEBE. Windows color (decimal): -10688780 or 16049756. OLE color: 16049756.

HSL color Cylindrical-coordinate representation of color #5CE6F4: hue angle of 185.53º 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 #5CE6F4 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92230244-
CMYK0.620.0600.04
HSL185.53º87.36%65.88%-
HSV(B)185.53º62.3%95.69%-
XYZ49.0465.495.63-
YUV190.33158.2857.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.25%
GREEN value IS 230 (90.23% from 255) = 40.64%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=16.25%
G=40.64%
B=43.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal922302440.620.0600.04185.5387.3665.88
Hex5CE6F43E604ba5742
Octal13434636476604272127102
Binary1011100111001101111010011111011001001011101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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