Html Css Color HEX #5ADFCD Medium Turquoise

📋 copy color: '#5ADFCD'

red 90 ◦ green 223 ◦ blue 205

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

Shades of Medium Turquoise #5ADFCD

Tints of Medium Turquoise #5ADFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 17.37%
G = 43.05%
B = 39.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#5ADFCD (or 0x5ADFCD) is known color: Medium Turquoise. HEX triplet: 5A, DF and CD. RGB value is (90,223,205). Sum of RGB (Red+Green+Blue) = 90+223+205=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFCD is #A52032. Grayscale: #B5B5B5. Windows color (decimal): -10821683 or 13492058. OLE color: 13492058.

HSL color Cylindrical-coordinate representation of color #5ADFCD: hue angle of 171.88º 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 #5ADFCD is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 205 -
CMYK 0.60 0 0.08 0.13
HSL 171.88º 0.68% 0.61% -
HSV(B) 171.88º 0.6% 0.87% -
XYZ 41.62 59.36 67.02 -
YUV 181.18 141.44 62.96 -
System Red Green Blue C M Y K H S L
Decimal 90 223 205 0.60 0 0.08 0.13 171.88 0.68 0.61
Hex 5A DF CD 3C 0 8 D AC 44 3D
Octal 132 337 315 74 0 10 15 254 104 75
Binary 1011010 11011111 11001101 111100 0 1000 1101 10101100 1000100 111101

Color Harmonies of #5ADFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFCD

Black with #5ADFCD

Text Example


Text Example

White with #5ADFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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