Html Css Color HEX #5AD3CE Medium Turquoise

📋 copy color: '#5AD3CE'

red 90 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #5AD3CE

Tints of Medium Turquoise #5AD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 17.75%
G = 41.62%
B = 40.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#5AD3CE (or 0x5AD3CE) is known color: Medium Turquoise. HEX triplet: 5A, D3 and CE. RGB value is (90,211,206). Sum of RGB (Red+Green+Blue) = 90+211+206=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD3CE is #A52C31. Grayscale: #AEAEAE. Windows color (decimal): -10824754 or 13554522. OLE color: 13554522.

HSL color Cylindrical-coordinate representation of color #5AD3CE: hue angle of 177.52º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD3CE is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 211 206 -
CMYK 0.57 0 0.02 0.17
HSL 177.52º 0.58% 0.59% -
HSV(B) 177.52º 0.57% 0.83% -
XYZ 38.65 53.22 66.63 -
YUV 174.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 90 211 206 0.57 0 0.02 0.17 177.52 0.58 0.59
Hex 5A D3 CE 39 0 2 11 B2 3A 3B
Octal 132 323 316 71 0 2 21 262 72 73
Binary 1011010 11010011 11001110 111001 0 10 10001 10110010 111010 111011

Color Harmonies of #5AD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD3CE

Black with #5AD3CE

Text Example


Text Example

White with #5AD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,211,206); }

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

background-color css

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

 a { background-color: rgb(90,211,206); }

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

border-color css

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

 span { border-color: rgb(90,211,206); }

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