Html Css Color HEX #5ADCCF Medium Turquoise

📋 copy color: '#5ADCCF'

red 90 ◦ green 220 ◦ blue 207

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

Shades of Medium Turquoise #5ADCCF

Tints of Medium Turquoise #5ADCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

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

R = 17.41%
G = 42.55%
B = 40.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#5ADCCF (or 0x5ADCCF) is known color: Medium Turquoise. HEX triplet: 5A, DC and CF. RGB value is (90,220,207). Sum of RGB (Red+Green+Blue) = 90+220+207=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCCF is #A52330. Grayscale: #B3B3B3. Windows color (decimal): -10822449 or 13622362. OLE color: 13622362.

HSL color Cylindrical-coordinate representation of color #5ADCCF: hue angle of 174º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCCF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 220 207 -
CMYK 0.59 0 0.06 0.14
HSL 174º 0.65% 0.61% -
HSV(B) 174º 0.59% 0.86% -
XYZ 41.07 57.87 68.04 -
YUV 179.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 90 220 207 0.59 0 0.06 0.14 174 0.65 0.61
Hex 5A DC CF 3B 0 6 E AE 41 3D
Octal 132 334 317 73 0 6 16 256 101 75
Binary 1011010 11011100 11001111 111011 0 110 1110 10101110 1000001 111101

Color Harmonies of #5ADCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCCF

Black with #5ADCCF

Text Example


Text Example

White with #5ADCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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