Html Css Color HEX #5AEAC5 Turquoise

📋 copy color: '#5AEAC5'

red 90 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #5AEAC5

Tints of Turquoise #5AEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.91%

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 17.27%
G = 44.91%
B = 37.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#5AEAC5 (or 0x5AEAC5) is known color: Turquoise. HEX triplet: 5A, EA and C5. RGB value is (90,234,197). Sum of RGB (Red+Green+Blue) = 90+234+197=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEAC5 is #A5153A. Grayscale: #BABABA. Windows color (decimal): -10818875 or 12970586. OLE color: 12970586.

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

Color convert

RGB 90 234 197 -
CMYK 0.62 0 0.16 0.08
HSL 164.58º 0.77% 0.64% -
HSV(B) 164.58º 0.62% 0.92% -
XYZ 43.72 65.05 63.08 -
YUV 186.73 133.79 59.01 -
System Red Green Blue C M Y K H S L
Decimal 90 234 197 0.62 0 0.16 0.08 164.58 0.77 0.64
Hex 5A EA C5 3E 0 10 8 A5 4D 40
Octal 132 352 305 76 0 20 10 245 115 100
Binary 1011010 11101010 11000101 111110 0 10000 1000 10100101 1001101 1000000

Color Harmonies of #5AEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAC5

Black with #5AEAC5

Text Example


Text Example

White with #5AEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,234,197); }

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

background-color css

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

 a { background-color: rgb(90,234,197); }

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

border-color css

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

 span { border-color: rgb(90,234,197); }

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