Html Css Color HEX #5AEAD3 Turquoise

📋 copy color: '#5AEAD3'

red 90 ◦ green 234 ◦ blue 211

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

Shades of Turquoise #5AEAD3

Tints of Turquoise #5AEAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.44%

R = 16.82%
G = 43.74%
B = 39.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#5AEAD3 (or 0x5AEAD3) is known color: Turquoise. HEX triplet: 5A, EA and D3. RGB value is (90,234,211). Sum of RGB (Red+Green+Blue) = 90+234+211=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEAD3 is #A5152C. Grayscale: #BCBCBC. Windows color (decimal): -10818861 or 13888090. OLE color: 13888090.

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

Color convert

RGB 90 234 211 -
CMYK 0.62 0 0.10 0.08
HSL 170.42º 0.77% 0.64% -
HSV(B) 170.42º 0.62% 0.92% -
XYZ 45.4 65.72 71.92 -
YUV 188.32 140.79 57.87 -
System Red Green Blue C M Y K H S L
Decimal 90 234 211 0.62 0 0.10 0.08 170.42 0.77 0.64
Hex 5A EA D3 3E 0 A 8 AA 4D 40
Octal 132 352 323 76 0 12 10 252 115 100
Binary 1011010 11101010 11010011 111110 0 1010 1000 10101010 1001101 1000000

Color Harmonies of #5AEAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAD3

Black with #5AEAD3

Text Example


Text Example

White with #5AEAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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