Html Css Color HEX #5AEDD1 Turquoise

📋 copy color: '#5AEDD1'

red 90 ◦ green 237 ◦ blue 209

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

Shades of Turquoise #5AEDD1

Tints of Turquoise #5AEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.22%

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 16.79%
G = 44.22%
B = 38.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#5AEDD1 (or 0x5AEDD1) is known color: Turquoise. HEX triplet: 5A, ED and D1. RGB value is (90,237,209). Sum of RGB (Red+Green+Blue) = 90+237+209=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDD1 is #A5122E. Grayscale: #BDBDBD. Windows color (decimal): -10818095 or 13757786. OLE color: 13757786.

HSL color Cylindrical-coordinate representation of color #5AEDD1: hue angle of 168.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEDD1 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 237 209 -
CMYK 0.62 0 0.12 0.07
HSL 168.57º 0.8% 0.64% -
HSV(B) 168.57º 0.62% 0.93% -
XYZ 46.01 67.35 70.9 -
YUV 189.86 138.8 56.78 -
System Red Green Blue C M Y K H S L
Decimal 90 237 209 0.62 0 0.12 0.07 168.57 0.8 0.64
Hex 5A ED D1 3E 0 C 7 A9 50 40
Octal 132 355 321 76 0 14 7 251 120 100
Binary 1011010 11101101 11010001 111110 0 1100 111 10101001 1010000 1000000

Color Harmonies of #5AEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDD1

Black with #5AEDD1

Text Example


Text Example

White with #5AEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,237,209); }

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

background-color css

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

 a { background-color: rgb(90,237,209); }

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

border-color css

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

 span { border-color: rgb(90,237,209); }

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