Html Css Color HEX #4ADACE Medium Turquoise

📋 copy color: '#4ADACE'

red 74 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #4ADACE

Tints of Medium Turquoise #4ADACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 14.86%
G = 43.78%
B = 41.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#4ADACE (or 0x4ADACE) is known color: Medium Turquoise. HEX triplet: 4A, DA and CE. RGB value is (74,218,206). Sum of RGB (Red+Green+Blue) = 74+218+206=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADACE is #B52531. Grayscale: #ADADAD. Windows color (decimal): -11871538 or 13556298. OLE color: 13556298.

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

Color convert

RGB 74 218 206 -
CMYK 0.66 0 0.06 0.15
HSL 175º 0.66% 0.57% -
HSV(B) 175º 0.66% 0.85% -
XYZ 39.04 56.05 67.15 -
YUV 173.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 74 218 206 0.66 0 0.06 0.15 175 0.66 0.57
Hex 4A DA CE 42 0 6 F AF 42 39
Octal 112 332 316 102 0 6 17 257 102 71
Binary 1001010 11011010 11001110 1000010 0 110 1111 10101111 1000010 111001

Color Harmonies of #4ADACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADACE

Black with #4ADACE

Text Example


Text Example

White with #4ADACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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