#5CF1D6

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

Shades of Turquoise #5CF1D6

Tints of Turquoise #5CF1D6

Color information

#5CF1D6 (or 0x5CF1D6) is unknown color: approx Turquoise. HEX triplet: 5C, F1 and D6. RGB value is (92,241,214). Sum of RGB (Red+Green+Blue) = 92+241+214=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1D6 is #A30E29. Grayscale: #C1C1C1. Windows color (decimal): -10685994 or 14086492. OLE color: 14086492.

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

Color convert

RGB92241214-
CMYK0.6200.110.05
HSL169.13º84.18%65.29%-
HSV(B)169.13º61.83%94.51%-
XYZ48.0170.0474.61-
YUV193.37139.6455.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.82%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=16.82%
G=44.06%
B=39.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922412140.6200.110.05169.1384.1865.29
Hex5CF1D63E0B5a95441
Octal134361326760135251124101
Binary10111001111000111010110111110010111011010100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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