Html Css Color HEX #5AF2DB Turquoise

📋 copy color: '#5AF2DB'

red 90 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #5AF2DB

Tints of Turquoise #5AF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 16.33%
G = 43.92%
B = 39.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#5AF2DB (or 0x5AF2DB) is known color: Turquoise. HEX triplet: 5A, F2 and DB. RGB value is (90,242,219). Sum of RGB (Red+Green+Blue) = 90+242+219=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF2DB is #A50D24. Grayscale: #C1C1C1. Windows color (decimal): -10816805 or 14414426. OLE color: 14414426.

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

Color convert

RGB 90 242 219 -
CMYK 0.63 0 0.10 0.05
HSL 170.92º 0.85% 0.65% -
HSV(B) 170.92º 0.63% 0.95% -
XYZ 48.75 70.79 78.11 -
YUV 193.93 142.14 53.87 -
System Red Green Blue C M Y K H S L
Decimal 90 242 219 0.63 0 0.10 0.05 170.92 0.85 0.65
Hex 5A F2 DB 3F 0 A 5 AB 55 41
Octal 132 362 333 77 0 12 5 253 125 101
Binary 1011010 11110010 11011011 111111 0 1010 101 10101011 1010101 1000001

Color Harmonies of #5AF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF2DB

Black with #5AF2DB

Text Example


Text Example

White with #5AF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,242,219); }

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

background-color css

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

 a { background-color: rgb(90,242,219); }

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

border-color css

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

 span { border-color: rgb(90,242,219); }

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