Html Css Color HEX #5AE1CB Medium Turquoise

📋 copy color: '#5AE1CB'

red 90 ◦ green 225 ◦ blue 203

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

Shades of Medium Turquoise #5AE1CB

Tints of Medium Turquoise #5AE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.44%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 17.37%
G = 43.44%
B = 39.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#5AE1CB (or 0x5AE1CB) is known color: Medium Turquoise. HEX triplet: 5A, E1 and CB. RGB value is (90,225,203). Sum of RGB (Red+Green+Blue) = 90+225+203=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE1CB is #A51E34. Grayscale: #B6B6B6. Windows color (decimal): -10821173 or 13361498. OLE color: 13361498.

HSL color Cylindrical-coordinate representation of color #5AE1CB: hue angle of 170.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE1CB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 225 203 -
CMYK 0.60 0 0.10 0.12
HSL 170.22º 0.69% 0.62% -
HSV(B) 170.22º 0.6% 0.88% -
XYZ 41.92 60.34 65.94 -
YUV 182.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 90 225 203 0.60 0 0.10 0.12 170.22 0.69 0.62
Hex 5A E1 CB 3C 0 A C AA 45 3E
Octal 132 341 313 74 0 12 14 252 105 76
Binary 1011010 11100001 11001011 111100 0 1010 1100 10101010 1000101 111110

Color Harmonies of #5AE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE1CB

Black with #5AE1CB

Text Example


Text Example

White with #5AE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,225,203); }

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

background-color css

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

 a { background-color: rgb(90,225,203); }

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

border-color css

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

 span { border-color: rgb(90,225,203); }

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