#5AF6D3

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

Shades of Turquoise #5AF6D3

Tints of Turquoise #5AF6D3

Color information

#5AF6D3 (or 0x5AF6D3) is unknown color: approx Turquoise. HEX triplet: 5A, F6 and D3. RGB value is (90,246,211). Sum of RGB (Red+Green+Blue) = 90+246+211=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF6D3 is #A5092C. Grayscale: #C3C3C3. Windows color (decimal): -10815789 or 13891162. OLE color: 13891162.

HSL color Cylindrical-coordinate representation of color #5AF6D3: hue angle of 166.54º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6D3 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB90246211-
CMYK0.6300.140.04
HSL166.54º89.66%65.88%-
HSV(B)166.54º63.41%96.47%-
XYZ48.9372.7973.1-
YUV195.37136.8252.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.45%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=16.45%
G=44.97%
B=38.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902462110.6300.140.04166.5489.6665.88
Hex5AF6D33F0E4a75a42
Octal132366323770164247132102
Binary10110101111011011010011111111011101001010011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,246,211); }

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

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

 a { background-color: rgb(90,246,211); }

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

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

 span { border-color: rgb(90,246,211); }

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