Html Css Color HEX #4ADAD7 Medium Turquoise

📋 copy color: '#4ADAD7'

red 74 ◦ green 218 ◦ blue 215

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

Shades of Medium Turquoise #4ADAD7

Tints of Medium Turquoise #4ADAD7

RGB

 RED value IS 74 (29.3% from 255) = 14.6%

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 14.6%
G = 43%
B = 42.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#4ADAD7 (or 0x4ADAD7) is known color: Medium Turquoise. HEX triplet: 4A, DA and D7. RGB value is (74,218,215). Sum of RGB (Red+Green+Blue) = 74+218+215=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADAD7 is #B52528. Grayscale: #AEAEAE. Windows color (decimal): -11871529 or 14146122. OLE color: 14146122.

HSL color Cylindrical-coordinate representation of color #4ADAD7: hue angle of 178.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADAD7 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 215 -
CMYK 0.66 0 0.01 0.15
HSL 178.75º 0.66% 0.57% -
HSV(B) 178.75º 0.66% 0.85% -
XYZ 40.16 56.5 73.08 -
YUV 174.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 74 218 215 0.66 0 0.01 0.15 178.75 0.66 0.57
Hex 4A DA D7 42 0 1 F B3 42 39
Octal 112 332 327 102 0 1 17 263 102 71
Binary 1001010 11011010 11010111 1000010 0 1 1111 10110011 1000010 111001

Color Harmonies of #4ADAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADAD7

Black with #4ADAD7

Text Example


Text Example

White with #4ADAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADAD7; }

 p { color: rgb(74,218,215); }

 H1.HeaderClassName
 {
   color: #4ADAD7;
 }
 .AnyTagClassName
 {
   color: #4ADAD7;
 }
</style>

background-color css

<style>
 a { background-color: #4ADAD7; }

 a { background-color: rgb(74,218,215); }

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

border-color css

<style>
 span { border-color: #4ADAD7; }

 span { border-color: rgb(74,218,215); }

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