Html Css Color HEX #4ADADF Medium Turquoise

📋 copy color: '#4ADADF'

red 74 ◦ green 218 ◦ blue 223

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

Shades of Medium Turquoise #4ADADF

Tints of Medium Turquoise #4ADADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 14.37%
G = 42.33%
B = 43.3%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ADADF (or 0x4ADADF) is known color: Medium Turquoise. HEX triplet: 4A, DA and DF. RGB value is (74,218,223). Sum of RGB (Red+Green+Blue) = 74+218+223=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ADADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADADF is #B52520. Grayscale: #AFAFAF. Windows color (decimal): -11871521 or 14670410. OLE color: 14670410.

HSL color Cylindrical-coordinate representation of color #4ADADF: hue angle of 182.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADADF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 218 223 -
CMYK 0.67 0.02 0 0.13
HSL 182.01º 0.7% 0.58% -
HSV(B) 182.01º 0.67% 0.87% -
XYZ 41.21 56.93 78.63 -
YUV 175.51 154.79 55.59 -
System Red Green Blue C M Y K H S L
Decimal 74 218 223 0.67 0.02 0 0.13 182.01 0.7 0.58
Hex 4A DA DF 43 2 0 D B6 46 3A
Octal 112 332 337 103 2 0 15 266 106 72
Binary 1001010 11011010 11011111 1000011 10 0 1101 10110110 1000110 111010

Color Harmonies of #4ADADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADADF

Black with #4ADADF

Text Example


Text Example

White with #4ADADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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