#5CF7DA

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

Shades of Turquoise #5CF7DA

Tints of Turquoise #5CF7DA

Color information

#5CF7DA (or 0x5CF7DA) is unknown color: approx Turquoise. HEX triplet: 5C, F7 and DA. RGB value is (92,247,218). Sum of RGB (Red+Green+Blue) = 92+247+218=557 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.52% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF7DA is #A30825. Grayscale: #C5C5C5. Windows color (decimal): -10684454 or 14350172. OLE color: 14350172.

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

Color convert

RGB92247218-
CMYK0.6300.120.03
HSL168.77º90.64%66.47%-
HSV(B)168.77º62.75%96.86%-
XYZ50.3373.8677.93-
YUV197.35139.6552.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.52%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=16.52%
G=44.34%
B=39.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922472180.6300.120.03168.7790.6466.47
Hex5CF7DA3F0C3a95b42
Octal134367332770143251133102
Binary1011100111101111101101011111101100111010100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,247,218); }

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

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

 a { background-color: rgb(92,247,218); }

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

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

 span { border-color: rgb(92,247,218); }

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