Html Css Color HEX #4ACEE5 Medium Turquoise

📋 copy color: '#4ACEE5'

red 74 ◦ green 206 ◦ blue 229

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

Shades of Medium Turquoise #4ACEE5

Tints of Medium Turquoise #4ACEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 14.54%
G = 40.47%
B = 44.99%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4ACEE5 (or 0x4ACEE5) is known color: Medium Turquoise. HEX triplet: 4A, CE and E5. RGB value is (74,206,229). Sum of RGB (Red+Green+Blue) = 74+206+229=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ACEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEE5 is #B5311A. Grayscale: #A8A8A8. Windows color (decimal): -11874587 or 15060554. OLE color: 15060554.

HSL color Cylindrical-coordinate representation of color #4ACEE5: hue angle of 188.9º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACEE5 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 206 229 -
CMYK 0.68 0.10 0 0.10
HSL 188.9º 0.75% 0.59% -
HSV(B) 188.9º 0.68% 0.9% -
XYZ 39.04 51.26 81.96 -
YUV 169.15 161.77 60.13 -
System Red Green Blue C M Y K H S L
Decimal 74 206 229 0.68 0.10 0 0.10 188.9 0.75 0.59
Hex 4A CE E5 44 A 0 A BD 4B 3B
Octal 112 316 345 104 12 0 12 275 113 73
Binary 1001010 11001110 11100101 1000100 1010 0 1010 10111101 1001011 111011

Color Harmonies of #4ACEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEE5

Black with #4ACEE5

Text Example


Text Example

White with #4ACEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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