Html Css Color HEX #5AEAD4 Turquoise

📋 copy color: '#5AEAD4'

red 90 ◦ green 234 ◦ blue 212

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

Shades of Turquoise #5AEAD4

Tints of Turquoise #5AEAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 16.79%
G = 43.66%
B = 39.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#5AEAD4 (or 0x5AEAD4) is known color: Turquoise. HEX triplet: 5A, EA and D4. RGB value is (90,234,212). Sum of RGB (Red+Green+Blue) = 90+234+212=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEAD4 is #A5152B. Grayscale: #BCBCBC. Windows color (decimal): -10818860 or 13953626. OLE color: 13953626.

HSL color Cylindrical-coordinate representation of color #5AEAD4: hue angle of 170.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEAD4 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 234 212 -
CMYK 0.62 0 0.09 0.08
HSL 170.83º 0.77% 0.64% -
HSV(B) 170.83º 0.62% 0.92% -
XYZ 45.52 65.77 72.58 -
YUV 188.44 141.29 57.79 -
System Red Green Blue C M Y K H S L
Decimal 90 234 212 0.62 0 0.09 0.08 170.83 0.77 0.64
Hex 5A EA D4 3E 0 9 8 AB 4D 40
Octal 132 352 324 76 0 11 10 253 115 100
Binary 1011010 11101010 11010100 111110 0 1001 1000 10101011 1001101 1000000

Color Harmonies of #5AEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAD4

Black with #5AEAD4

Text Example


Text Example

White with #5AEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,234,212); }

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

background-color css

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

 a { background-color: rgb(90,234,212); }

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

border-color css

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

 span { border-color: rgb(90,234,212); }

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