Html Css Color HEX #5AEBC9 Turquoise

📋 copy color: '#5AEBC9'

red 90 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #5AEBC9

Tints of Turquoise #5AEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

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

R = 17.11%
G = 44.68%
B = 38.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#5AEBC9 (or 0x5AEBC9) is known color: Turquoise. HEX triplet: 5A, EB and C9. RGB value is (90,235,201). Sum of RGB (Red+Green+Blue) = 90+235+201=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBC9 is #A51436. Grayscale: #BBBBBB. Windows color (decimal): -10818615 or 13232986. OLE color: 13232986.

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

Color convert

RGB 90 235 201 -
CMYK 0.62 0 0.14 0.08
HSL 165.93º 0.78% 0.64% -
HSV(B) 165.93º 0.62% 0.92% -
XYZ 44.47 65.81 65.62 -
YUV 187.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 90 235 201 0.62 0 0.14 0.08 165.93 0.78 0.64
Hex 5A EB C9 3E 0 E 8 A6 4E 40
Octal 132 353 311 76 0 16 10 246 116 100
Binary 1011010 11101011 11001001 111110 0 1110 1000 10100110 1001110 1000000

Color Harmonies of #5AEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBC9

Black with #5AEBC9

Text Example


Text Example

White with #5AEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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