Html Css Color HEX #5AEDD3 Turquoise

📋 copy color: '#5AEDD3'

red 90 ◦ green 237 ◦ blue 211

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

Shades of Turquoise #5AEDD3

Tints of Turquoise #5AEDD3

RGB

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

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

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

R = 16.73%
G = 44.05%
B = 39.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#5AEDD3 (or 0x5AEDD3) is known color: Turquoise. HEX triplet: 5A, ED and D3. RGB value is (90,237,211). Sum of RGB (Red+Green+Blue) = 90+237+211=538 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.73% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDD3 is #A5122C. Grayscale: #BEBEBE. Windows color (decimal): -10818093 or 13888858. OLE color: 13888858.

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

Color convert

RGB 90 237 211 -
CMYK 0.62 0 0.11 0.07
HSL 169.39º 0.8% 0.64% -
HSV(B) 169.39º 0.62% 0.93% -
XYZ 46.26 67.45 72.21 -
YUV 190.08 139.8 56.61 -
System Red Green Blue C M Y K H S L
Decimal 90 237 211 0.62 0 0.11 0.07 169.39 0.8 0.64
Hex 5A ED D3 3E 0 B 7 A9 50 40
Octal 132 355 323 76 0 13 7 251 120 100
Binary 1011010 11101101 11010011 111110 0 1011 111 10101001 1010000 1000000

Color Harmonies of #5AEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDD3

Black with #5AEDD3

Text Example


Text Example

White with #5AEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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