Html Css Color HEX #5ADFD9 Medium Turquoise

📋 copy color: '#5ADFD9'

red 90 ◦ green 223 ◦ blue 217

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

Shades of Medium Turquoise #5ADFD9

Tints of Medium Turquoise #5ADFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 16.98%
G = 42.08%
B = 40.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#5ADFD9 (or 0x5ADFD9) is known color: Medium Turquoise. HEX triplet: 5A, DF and D9. RGB value is (90,223,217). Sum of RGB (Red+Green+Blue) = 90+223+217=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFD9 is #A52026. Grayscale: #B6B6B6. Windows color (decimal): -10821671 or 14278490. OLE color: 14278490.

HSL color Cylindrical-coordinate representation of color #5ADFD9: hue angle of 177.29º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFD9 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 217 -
CMYK 0.60 0 0.03 0.13
HSL 177.29º 0.68% 0.61% -
HSV(B) 177.29º 0.6% 0.87% -
XYZ 43.13 59.96 74.95 -
YUV 182.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 90 223 217 0.60 0 0.03 0.13 177.29 0.68 0.61
Hex 5A DF D9 3C 0 3 D B1 44 3D
Octal 132 337 331 74 0 3 15 261 104 75
Binary 1011010 11011111 11011001 111100 0 11 1101 10110001 1000100 111101

Color Harmonies of #5ADFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFD9

Black with #5ADFD9

Text Example


Text Example

White with #5ADFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,223,217); }

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

background-color css

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

 a { background-color: rgb(90,223,217); }

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

border-color css

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

 span { border-color: rgb(90,223,217); }

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