Html Css Color HEX #4AD0EA Medium Turquoise

📋 copy color: '#4AD0EA'

red 74 ◦ green 208 ◦ blue 234

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

Shades of Medium Turquoise #4AD0EA

Tints of Medium Turquoise #4AD0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

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

R = 14.34%
G = 40.31%
B = 45.35%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AD0EA (or 0x4AD0EA) is known color: Medium Turquoise. HEX triplet: 4A, D0 and EA. RGB value is (74,208,234). Sum of RGB (Red+Green+Blue) = 74+208+234=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AD0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD0EA is #B52F15. Grayscale: #AAAAAA. Windows color (decimal): -11874070 or 15388746. OLE color: 15388746.

HSL color Cylindrical-coordinate representation of color #4AD0EA: hue angle of 189.75º 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 #4AD0EA is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 208 234 -
CMYK 0.68 0.11 0 0.08
HSL 189.75º 0.79% 0.6% -
HSV(B) 189.75º 0.68% 0.92% -
XYZ 40.23 52.51 85.86 -
YUV 170.9 163.61 58.89 -
System Red Green Blue C M Y K H S L
Decimal 74 208 234 0.68 0.11 0 0.08 189.75 0.79 0.6
Hex 4A D0 EA 44 B 0 8 BE 4F 3C
Octal 112 320 352 104 13 0 10 276 117 74
Binary 1001010 11010000 11101010 1000100 1011 0 1000 10111110 1001111 111100

Color Harmonies of #4AD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD0EA

Black with #4AD0EA

Text Example


Text Example

White with #4AD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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