#5AF3C7

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

Shades of Turquoise #5AF3C7

Tints of Turquoise #5AF3C7

Color information

#5AF3C7 (or 0x5AF3C7) is unknown color: approx Turquoise. HEX triplet: 5A, F3 and C7. RGB value is (90,243,199). Sum of RGB (Red+Green+Blue) = 90+243+199=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3C7 is #A50C38. Grayscale: #C0C0C0. Windows color (decimal): -10816569 or 13103962. OLE color: 13103962.

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

Color convert

RGB90243199-
CMYK0.6300.180.05
HSL162.75º86.44%65.29%-
HSV(B)162.75º62.96%95.29%-
XYZ46.5870.465.17-
YUV192.24131.8155.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.92%
GREEN value IS 243 (95.31% from 255) = 45.68%
BLUE value IS 199 (78.12% from 255) = 37.41%
R=16.92%
G=45.68%
B=37.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902431990.6300.180.05162.7586.4465.29
Hex5AF3C73F0125a35641
Octal132363307770225243126101
Binary101101011110011110001111111110100101011010001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,199); }

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

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

 a { background-color: rgb(90,243,199); }

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

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

 span { border-color: rgb(90,243,199); }

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