Html Css Color HEX #5ADEC8 Medium Turquoise

📋 copy color: '#5ADEC8'

red 90 ◦ green 222 ◦ blue 200

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

Shades of Medium Turquoise #5ADEC8

Tints of Medium Turquoise #5ADEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 200 (78.52% from 255) = 39.06%

R = 17.58%
G = 43.36%
B = 39.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#5ADEC8 (or 0x5ADEC8) is known color: Medium Turquoise. HEX triplet: 5A, DE and C8. RGB value is (90,222,200). Sum of RGB (Red+Green+Blue) = 90+222+200=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEC8 is #A52137. Grayscale: #B3B3B3. Windows color (decimal): -10821944 or 13164122. OLE color: 13164122.

HSL color Cylindrical-coordinate representation of color #5ADEC8: hue angle of 170º degrees, saturation: 0.67, 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 #5ADEC8 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 200 -
CMYK 0.59 0 0.10 0.13
HSL 170º 0.67% 0.61% -
HSV(B) 170º 0.59% 0.87% -
XYZ 40.76 58.59 63.8 -
YUV 180.02 139.27 63.79 -
System Red Green Blue C M Y K H S L
Decimal 90 222 200 0.59 0 0.10 0.13 170 0.67 0.61
Hex 5A DE C8 3B 0 A D AA 43 3D
Octal 132 336 310 73 0 12 15 252 103 75
Binary 1011010 11011110 11001000 111011 0 1010 1101 10101010 1000011 111101

Color Harmonies of #5ADEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEC8

Black with #5ADEC8

Text Example


Text Example

White with #5ADEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,222,200); }

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

background-color css

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

 a { background-color: rgb(90,222,200); }

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

border-color css

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

 span { border-color: rgb(90,222,200); }

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