Html Css Color HEX #4AD2EA Medium Turquoise

📋 copy color: '#4AD2EA'

red 74 ◦ green 210 ◦ blue 234

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

Shades of Medium Turquoise #4AD2EA

Tints of Medium Turquoise #4AD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 14.29%
G = 40.54%
B = 45.17%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AD2EA (or 0x4AD2EA) is known color: Medium Turquoise. HEX triplet: 4A, D2 and EA. RGB value is (74,210,234). Sum of RGB (Red+Green+Blue) = 74+210+234=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AD2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD2EA is #B52D15. Grayscale: #ABABAB. Windows color (decimal): -11873558 or 15389258. OLE color: 15389258.

HSL color Cylindrical-coordinate representation of color #4AD2EA: hue angle of 189º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AD2EA is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 210 234 -
CMYK 0.68 0.10 0 0.08
HSL 189º 0.79% 0.6% -
HSV(B) 189º 0.68% 0.92% -
XYZ 40.72 53.49 86.02 -
YUV 172.07 162.94 58.05 -
System Red Green Blue C M Y K H S L
Decimal 74 210 234 0.68 0.10 0 0.08 189 0.79 0.6
Hex 4A D2 EA 44 A 0 8 BD 4F 3C
Octal 112 322 352 104 12 0 10 275 117 74
Binary 1001010 11010010 11101010 1000100 1010 0 1000 10111101 1001111 111100

Color Harmonies of #4AD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD2EA

Black with #4AD2EA

Text Example


Text Example

White with #4AD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,210,234); }

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

background-color css

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

 a { background-color: rgb(74,210,234); }

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

border-color css

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

 span { border-color: rgb(74,210,234); }

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