Html Css Color HEX #4CC9CC Medium Turquoise

📋 copy color: '#4CC9CC'

red 76 ◦ green 201 ◦ blue 204

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

Shades of Medium Turquoise #4CC9CC

Tints of Medium Turquoise #4CC9CC

RGB

 RED value IS 76 (30.08% from 255) = 15.8%

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

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

R = 15.8%
G = 41.79%
B = 42.41%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4CC9CC (or 0x4CC9CC) is known color: Medium Turquoise. HEX triplet: 4C, C9 and CC. RGB value is (76,201,204). Sum of RGB (Red+Green+Blue) = 76+201+204=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CC9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC9CC is #B33633. Grayscale: #A3A3A3. Windows color (decimal): -11744820 or 13420876. OLE color: 13420876.

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

Color convert

RGB 76 201 204 -
CMYK 0.63 0.01 0 0.2
HSL 181.41º 0.56% 0.55% -
HSV(B) 181.41º 0.63% 0.8% -
XYZ 34.77 47.67 64.5 -
YUV 163.97 150.59 65.26 -
System Red Green Blue C M Y K H S L
Decimal 76 201 204 0.63 0.01 0 0.2 181.41 0.56 0.55
Hex 4C C9 CC 3F 1 0 14 B5 38 37
Octal 114 311 314 77 1 0 24 265 70 67
Binary 1001100 11001001 11001100 111111 1 0 10100 10110101 111000 110111

Color Harmonies of #4CC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC9CC

Black with #4CC9CC

Text Example


Text Example

White with #4CC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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