Html Css Color HEX #5AEEC9 Turquoise

📋 copy color: '#5AEEC9'

red 90 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #5AEEC9

Tints of Turquoise #5AEEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.99%

 BLUE value IS 201 (78.91% from 255) = 38%

R = 17.01%
G = 44.99%
B = 38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#5AEEC9 (or 0x5AEEC9) is known color: Turquoise. HEX triplet: 5A, EE and C9. RGB value is (90,238,201). Sum of RGB (Red+Green+Blue) = 90+238+201=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEC9 is #A51136. Grayscale: #BDBDBD. Windows color (decimal): -10817847 or 13233754. OLE color: 13233754.

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

Color convert

RGB 90 238 201 -
CMYK 0.62 0 0.16 0.07
HSL 165º 0.81% 0.64% -
HSV(B) 165º 0.62% 0.93% -
XYZ 45.33 67.54 65.91 -
YUV 189.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 90 238 201 0.62 0 0.16 0.07 165 0.81 0.64
Hex 5A EE C9 3E 0 10 7 A5 51 40
Octal 132 356 311 76 0 20 7 245 121 100
Binary 1011010 11101110 11001001 111110 0 10000 111 10100101 1010001 1000000

Color Harmonies of #5AEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEEC9

Black with #5AEEC9

Text Example


Text Example

White with #5AEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,238,201); }

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

background-color css

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

 a { background-color: rgb(90,238,201); }

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

border-color css

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

 span { border-color: rgb(90,238,201); }

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