Html Css Color HEX #5AF5DD Turquoise

📋 copy color: '#5AF5DD'

red 90 ◦ green 245 ◦ blue 221

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

Shades of Turquoise #5AF5DD

Tints of Turquoise #5AF5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.06%

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 16.19%
G = 44.06%
B = 39.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#5AF5DD (or 0x5AF5DD) is known color: Turquoise. HEX triplet: 5A, F5 and DD. RGB value is (90,245,221). Sum of RGB (Red+Green+Blue) = 90+245+221=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF5DD is #A50A22. Grayscale: #C3C3C3. Windows color (decimal): -10816035 or 14546266. OLE color: 14546266.

HSL color Cylindrical-coordinate representation of color #5AF5DD: hue angle of 170.71º degrees, saturation: 0.89, 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 #5AF5DD is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 245 221 -
CMYK 0.63 0 0.10 0.04
HSL 170.71º 0.89% 0.66% -
HSV(B) 170.71º 0.63% 0.96% -
XYZ 49.92 72.7 79.81 -
YUV 195.92 142.15 52.45 -
System Red Green Blue C M Y K H S L
Decimal 90 245 221 0.63 0 0.10 0.04 170.71 0.89 0.66
Hex 5A F5 DD 3F 0 A 4 AB 59 42
Octal 132 365 335 77 0 12 4 253 131 102
Binary 1011010 11110101 11011101 111111 0 1010 100 10101011 1011001 1000010

Color Harmonies of #5AF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF5DD

Black with #5AF5DD

Text Example


Text Example

White with #5AF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,245,221); }

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

background-color css

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

 a { background-color: rgb(90,245,221); }

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

border-color css

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

 span { border-color: rgb(90,245,221); }

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