#5CE6F8

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

Shades of Turquoise Blue #5CE6F8

Tints of Turquoise Blue #5CE6F8

Color information

#5CE6F8 (or 0x5CE6F8) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E6 and F8. RGB value is (92,230,248). Sum of RGB (Red+Green+Blue) = 92+230+248=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #5CE6F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE6F8 is #A31907. Grayscale: #BEBEBE. Windows color (decimal): -10688776 or 16311900. OLE color: 16311900.

HSL color Cylindrical-coordinate representation of color #5CE6F8: hue angle of 186.92º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CE6F8 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB92230248-
CMYK0.630.0700.03
HSL186.92º91.76%66.67%-
HSV(B)186.92º62.9%97.25%-
XYZ49.6565.6598.86-
YUV190.79160.2857.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.14%
GREEN value IS 230 (90.23% from 255) = 40.35%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=16.14%
G=40.35%
B=43.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922302480.630.0700.03186.9291.7666.67
Hex5CE6F83F703bb5c43
Octal13434637077703273134103
Binary101110011100110111110001111111110111011101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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