#5CE6F1

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

Shades of Turquoise Blue #5CE6F1

Tints of Turquoise Blue #5CE6F1

Color information

#5CE6F1 (or 0x5CE6F1) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E6 and F1. RGB value is (92,230,241). Sum of RGB (Red+Green+Blue) = 92+230+241=563 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.34% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CE6F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE6F1 is #A3190E. Grayscale: #BDBDBD. Windows color (decimal): -10688783 or 15853148. OLE color: 15853148.

HSL color Cylindrical-coordinate representation of color #5CE6F1: hue angle of 184.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CE6F1 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92230241-
CMYK0.620.0500.05
HSL184.43º84.18%65.29%-
HSV(B)184.43º61.83%94.51%-
XYZ48.5965.2293.25-
YUV189.99156.7858.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.34%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=16.34%
G=40.85%
B=42.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922302410.620.0500.05184.4384.1865.29
Hex5CE6F13E505b85441
Octal13434636176505270124101
Binary1011100111001101111000111111010101011011100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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