Html Css Color HEX #5AF7D7 Turquoise

📋 copy color: '#5AF7D7'

red 90 ◦ green 247 ◦ blue 215

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

Shades of Turquoise #5AF7D7

Tints of Turquoise #5AF7D7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.75%

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 16.3%
G = 44.75%
B = 38.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#5AF7D7 (or 0x5AF7D7) is known color: Turquoise. HEX triplet: 5A, F7 and D7. RGB value is (90,247,215). Sum of RGB (Red+Green+Blue) = 90+247+215=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7D7 is #A50828. Grayscale: #C4C4C4. Windows color (decimal): -10815529 or 14153562. OLE color: 14153562.

HSL color Cylindrical-coordinate representation of color #5AF7D7: hue angle of 167.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7D7 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 247 215 -
CMYK 0.64 0 0.13 0.03
HSL 167.77º 0.91% 0.66% -
HSV(B) 167.77º 0.64% 0.97% -
XYZ 49.74 73.6 75.87 -
YUV 196.41 138.49 52.1 -
System Red Green Blue C M Y K H S L
Decimal 90 247 215 0.64 0 0.13 0.03 167.77 0.91 0.66
Hex 5A F7 D7 40 0 D 3 A8 5B 42
Octal 132 367 327 100 0 15 3 250 133 102
Binary 1011010 11110111 11010111 1000000 0 1101 11 10101000 1011011 1000010

Color Harmonies of #5AF7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF7D7

Black with #5AF7D7

Text Example


Text Example

White with #5AF7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,247,215); }

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

background-color css

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

 a { background-color: rgb(90,247,215); }

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

border-color css

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

 span { border-color: rgb(90,247,215); }

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