Html Css Color HEX #4ADACB Medium Turquoise

📋 copy color: '#4ADACB'

red 74 ◦ green 218 ◦ blue 203

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

Shades of Medium Turquoise #4ADACB

Tints of Medium Turquoise #4ADACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 14.95%
G = 44.04%
B = 41.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#4ADACB (or 0x4ADACB) is known color: Medium Turquoise. HEX triplet: 4A, DA and CB. RGB value is (74,218,203). Sum of RGB (Red+Green+Blue) = 74+218+203=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADACB is #B52534. Grayscale: #ADADAD. Windows color (decimal): -11871541 or 13359690. OLE color: 13359690.

HSL color Cylindrical-coordinate representation of color #4ADACB: hue angle of 173.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 #4ADACB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 203 -
CMYK 0.66 0 0.07 0.15
HSL 173.75º 0.66% 0.57% -
HSV(B) 173.75º 0.66% 0.85% -
XYZ 38.67 55.91 65.25 -
YUV 173.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 74 218 203 0.66 0 0.07 0.15 173.75 0.66 0.57
Hex 4A DA CB 42 0 7 F AE 42 39
Octal 112 332 313 102 0 7 17 256 102 71
Binary 1001010 11011010 11001011 1000010 0 111 1111 10101110 1000010 111001

Color Harmonies of #4ADACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADACB

Black with #4ADACB

Text Example


Text Example

White with #4ADACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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