Html Css Color HEX #5AF6DD Turquoise

📋 copy color: '#5AF6DD'

red 90 ◦ green 246 ◦ blue 221

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

Shades of Turquoise #5AF6DD

Tints of Turquoise #5AF6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.17%

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

R = 16.16%
G = 44.17%
B = 39.68%

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

#5AF6DD (or 0x5AF6DD) is known color: Turquoise. HEX triplet: 5A, F6 and DD. RGB value is (90,246,221). Sum of RGB (Red+Green+Blue) = 90+246+221=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF6DD is #A50922. Grayscale: #C4C4C4. Windows color (decimal): -10815779 or 14546522. OLE color: 14546522.

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

Color convert

RGB 90 246 221 -
CMYK 0.63 0 0.10 0.04
HSL 170.38º 0.9% 0.66% -
HSV(B) 170.38º 0.63% 0.96% -
XYZ 50.22 73.31 79.91 -
YUV 196.51 141.82 52.03 -
System Red Green Blue C M Y K H S L
Decimal 90 246 221 0.63 0 0.10 0.04 170.38 0.9 0.66
Hex 5A F6 DD 3F 0 A 4 AA 5A 42
Octal 132 366 335 77 0 12 4 252 132 102
Binary 1011010 11110110 11011101 111111 0 1010 100 10101010 1011010 1000010

Color Harmonies of #5AF6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF6DD

Black with #5AF6DD

Text Example


Text Example

White with #5AF6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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