Html Css Color HEX #5AF3CE Turquoise

📋 copy color: '#5AF3CE'

red 90 ◦ green 243 ◦ blue 206

#5AF3CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #5AF3CE

Tints of Turquoise #5AF3CE

RGB

 RED value IS 90 (35.55% from 255) = 16.7%

 GREEN value IS 243 (95.31% from 255) = 45.08%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 16.7%
G = 45.08%
B = 38.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#5AF3CE (or 0x5AF3CE) is known color: Turquoise. HEX triplet: 5A, F3 and CE. RGB value is (90,243,206). Sum of RGB (Red+Green+Blue) = 90+243+206=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3CE is #A50C31. Grayscale: #C1C1C1. Windows color (decimal): -10816562 or 13562714. OLE color: 13562714.

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

Color convert

RGB 90 243 206 -
CMYK 0.63 0 0.15 0.05
HSL 165.49º 0.86% 0.65% -
HSV(B) 165.49º 0.63% 0.95% -
XYZ 47.41 70.73 69.55 -
YUV 193.04 135.31 54.51 -
System Red Green Blue C M Y K H S L
Decimal 90 243 206 0.63 0 0.15 0.05 165.49 0.86 0.65
Hex 5A F3 CE 3F 0 F 5 A5 56 41
Octal 132 363 316 77 0 17 5 245 126 101
Binary 1011010 11110011 11001110 111111 0 1111 101 10100101 1010110 1000001

Color Harmonies of #5AF3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF3CE

Black with #5AF3CE

Text Example


Text Example

White with #5AF3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AF3CE;
 }
 .AnyTagClassName
 {
   color: #5AF3CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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