Html Css Color HEX #4AEACC Turquoise

📋 copy color: '#4AEACC'

red 74 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #4AEACC

Tints of Turquoise #4AEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 14.45%
G = 45.7%
B = 39.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#4AEACC (or 0x4AEACC) is known color: Turquoise. HEX triplet: 4A, EA and CC. RGB value is (74,234,204). Sum of RGB (Red+Green+Blue) = 74+234+204=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEACC is #B51533. Grayscale: #B6B6B6. Windows color (decimal): -11867444 or 13429322. OLE color: 13429322.

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

Color convert

RGB 74 234 204 -
CMYK 0.68 0 0.13 0.08
HSL 168.75º 0.79% 0.6% -
HSV(B) 168.75º 0.68% 0.92% -
XYZ 43.15 64.66 67.33 -
YUV 182.74 139.99 50.44 -
System Red Green Blue C M Y K H S L
Decimal 74 234 204 0.68 0 0.13 0.08 168.75 0.79 0.6
Hex 4A EA CC 44 0 D 8 A9 4F 3C
Octal 112 352 314 104 0 15 10 251 117 74
Binary 1001010 11101010 11001100 1000100 0 1101 1000 10101001 1001111 111100

Color Harmonies of #4AEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEACC

Black with #4AEACC

Text Example


Text Example

White with #4AEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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