Html Css Color HEX #5AF4CE Turquoise

📋 copy color: '#5AF4CE'

red 90 ◦ green 244 ◦ blue 206

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

Shades of Turquoise #5AF4CE

Tints of Turquoise #5AF4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.19%

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

R = 16.67%
G = 45.19%
B = 38.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#5AF4CE (or 0x5AF4CE) is known color: Turquoise. HEX triplet: 5A, F4 and CE. RGB value is (90,244,206). Sum of RGB (Red+Green+Blue) = 90+244+206=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF4CE is #A50B31. Grayscale: #C1C1C1. Windows color (decimal): -10816306 or 13562970. OLE color: 13562970.

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

Color convert

RGB 90 244 206 -
CMYK 0.63 0 0.16 0.04
HSL 165.19º 0.88% 0.65% -
HSV(B) 165.19º 0.63% 0.96% -
XYZ 47.71 71.33 69.65 -
YUV 193.62 134.98 54.09 -
System Red Green Blue C M Y K H S L
Decimal 90 244 206 0.63 0 0.16 0.04 165.19 0.88 0.65
Hex 5A F4 CE 3F 0 10 4 A5 58 41
Octal 132 364 316 77 0 20 4 245 130 101
Binary 1011010 11110100 11001110 111111 0 10000 100 10100101 1011000 1000001

Color Harmonies of #5AF4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF4CE

Black with #5AF4CE

Text Example


Text Example

White with #5AF4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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