Html Css Color HEX #5ADDCE Medium Turquoise

📋 copy color: '#5ADDCE'

red 90 ◦ green 221 ◦ blue 206

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

Shades of Medium Turquoise #5ADDCE

Tints of Medium Turquoise #5ADDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

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

R = 17.41%
G = 42.75%
B = 39.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#5ADDCE (or 0x5ADDCE) is known color: Medium Turquoise. HEX triplet: 5A, DD and CE. RGB value is (90,221,206). Sum of RGB (Red+Green+Blue) = 90+221+206=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCE is #A52231. Grayscale: #B4B4B4. Windows color (decimal): -10822194 or 13557082. OLE color: 13557082.

HSL color Cylindrical-coordinate representation of color #5ADDCE: hue angle of 173.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDCE is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 206 -
CMYK 0.59 0 0.07 0.13
HSL 173.13º 0.66% 0.61% -
HSV(B) 173.13º 0.59% 0.87% -
XYZ 41.21 58.34 67.48 -
YUV 180.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 90 221 206 0.59 0 0.07 0.13 173.13 0.66 0.61
Hex 5A DD CE 3B 0 7 D AD 42 3D
Octal 132 335 316 73 0 7 15 255 102 75
Binary 1011010 11011101 11001110 111011 0 111 1101 10101101 1000010 111101

Color Harmonies of #5ADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDCE

Black with #5ADDCE

Text Example


Text Example

White with #5ADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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