Html Css Color HEX #4AC9CC Medium Turquoise

📋 copy color: '#4AC9CC'

red 74 ◦ green 201 ◦ blue 204

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

Shades of Medium Turquoise #4AC9CC

Tints of Medium Turquoise #4AC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

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

R = 15.45%
G = 41.96%
B = 42.59%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4AC9CC (or 0x4AC9CC) is known color: Medium Turquoise. HEX triplet: 4A, C9 and CC. RGB value is (74,201,204). Sum of RGB (Red+Green+Blue) = 74+201+204=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AC9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC9CC is #B53633. Grayscale: #A3A3A3. Windows color (decimal): -11875892 or 13420874. OLE color: 13420874.

HSL color Cylindrical-coordinate representation of color #4AC9CC: hue angle of 181.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC9CC is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 201 204 -
CMYK 0.64 0.01 0 0.2
HSL 181.38º 0.56% 0.55% -
HSV(B) 181.38º 0.64% 0.8% -
XYZ 34.61 47.59 64.49 -
YUV 163.37 150.92 64.26 -
System Red Green Blue C M Y K H S L
Decimal 74 201 204 0.64 0.01 0 0.2 181.38 0.56 0.55
Hex 4A C9 CC 40 1 0 14 B5 38 37
Octal 112 311 314 100 1 0 24 265 70 67
Binary 1001010 11001001 11001100 1000000 1 0 10100 10110101 111000 110111

Color Harmonies of #4AC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC9CC

Black with #4AC9CC

Text Example


Text Example

White with #4AC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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