Html Css Color HEX #5ADDCF Medium Turquoise

📋 copy color: '#5ADDCF'

red 90 ◦ green 221 ◦ blue 207

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

Shades of Medium Turquoise #5ADDCF

Tints of Medium Turquoise #5ADDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 17.37%
G = 42.66%
B = 39.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#5ADDCF (or 0x5ADDCF) is known color: Medium Turquoise. HEX triplet: 5A, DD and CF. RGB value is (90,221,207). Sum of RGB (Red+Green+Blue) = 90+221+207=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCF is #A52230. Grayscale: #B4B4B4. Windows color (decimal): -10822193 or 13622618. OLE color: 13622618.

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

Color convert

RGB 90 221 207 -
CMYK 0.59 0 0.06 0.13
HSL 173.59º 0.66% 0.61% -
HSV(B) 173.59º 0.59% 0.87% -
XYZ 41.34 58.39 68.12 -
YUV 180.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 90 221 207 0.59 0 0.06 0.13 173.59 0.66 0.61
Hex 5A DD CF 3B 0 6 D AE 42 3D
Octal 132 335 317 73 0 6 15 256 102 75
Binary 1011010 11011101 11001111 111011 0 110 1101 10101110 1000010 111101

Color Harmonies of #5ADDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDCF

Black with #5ADDCF

Text Example


Text Example

White with #5ADDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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