Html Css Color HEX #5AEDCC Turquoise

📋 copy color: '#5AEDCC'

red 90 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #5AEDCC

Tints of Turquoise #5AEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 16.95%
G = 44.63%
B = 38.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#5AEDCC (or 0x5AEDCC) is known color: Turquoise. HEX triplet: 5A, ED and CC. RGB value is (90,237,204). Sum of RGB (Red+Green+Blue) = 90+237+204=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDCC is #A51233. Grayscale: #BDBDBD. Windows color (decimal): -10818100 or 13430106. OLE color: 13430106.

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

Color convert

RGB 90 237 204 -
CMYK 0.62 0 0.14 0.07
HSL 166.53º 0.8% 0.64% -
HSV(B) 166.53º 0.62% 0.93% -
XYZ 45.4 67.1 67.69 -
YUV 189.29 136.3 57.18 -
System Red Green Blue C M Y K H S L
Decimal 90 237 204 0.62 0 0.14 0.07 166.53 0.8 0.64
Hex 5A ED CC 3E 0 E 7 A7 50 40
Octal 132 355 314 76 0 16 7 247 120 100
Binary 1011010 11101101 11001100 111110 0 1110 111 10100111 1010000 1000000

Color Harmonies of #5AEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDCC

Black with #5AEDCC

Text Example


Text Example

White with #5AEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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