#5CF1DC

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

Shades of Turquoise #5CF1DC

Tints of Turquoise #5CF1DC

Color information

#5CF1DC (or 0x5CF1DC) is unknown color: approx Turquoise. HEX triplet: 5C, F1 and DC. RGB value is (92,241,220). Sum of RGB (Red+Green+Blue) = 92+241+220=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1DC is #A30E23. Grayscale: #C1C1C1. Windows color (decimal): -10685988 or 14479708. OLE color: 14479708.

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

Color convert

RGB92241220-
CMYK0.6200.090.05
HSL171.54º84.18%65.29%-
HSV(B)171.54º61.83%94.51%-
XYZ48.7970.3578.72-
YUV194.06142.6455.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.64%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=16.64%
G=43.58%
B=39.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922412200.6200.090.05171.5484.1865.29
Hex5CF1DC3E095ac5441
Octal134361334760115254124101
Binary10111001111000111011100111110010011011010110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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