Html Css Color HEX #4ADACF Medium Turquoise

📋 copy color: '#4ADACF'

red 74 ◦ green 218 ◦ blue 207

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

Shades of Medium Turquoise #4ADACF

Tints of Medium Turquoise #4ADACF

RGB

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

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

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

R = 14.83%
G = 43.69%
B = 41.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#4ADACF (or 0x4ADACF) is known color: Medium Turquoise. HEX triplet: 4A, DA and CF. RGB value is (74,218,207). Sum of RGB (Red+Green+Blue) = 74+218+207=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADACF is #B52530. Grayscale: #ADADAD. Windows color (decimal): -11871537 or 13621834. OLE color: 13621834.

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

Color convert

RGB 74 218 207 -
CMYK 0.66 0 0.05 0.15
HSL 175.42º 0.66% 0.57% -
HSV(B) 175.42º 0.66% 0.85% -
XYZ 39.16 56.1 67.8 -
YUV 173.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 74 218 207 0.66 0 0.05 0.15 175.42 0.66 0.57
Hex 4A DA CF 42 0 5 F AF 42 39
Octal 112 332 317 102 0 5 17 257 102 71
Binary 1001010 11011010 11001111 1000010 0 101 1111 10101111 1000010 111001

Color Harmonies of #4ADACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADACF

Black with #4ADACF

Text Example


Text Example

White with #4ADACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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