Html Css Color HEX #4CCCBF Medium Turquoise

📋 copy color: '#4CCCBF'

red 76 ◦ green 204 ◦ blue 191

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

Shades of Medium Turquoise #4CCCBF

Tints of Medium Turquoise #4CCCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 16.14%
G = 43.31%
B = 40.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#4CCCBF (or 0x4CCCBF) is known color: Medium Turquoise. HEX triplet: 4C, CC and BF. RGB value is (76,204,191). Sum of RGB (Red+Green+Blue) = 76+204+191=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCBF is #B33340. Grayscale: #A4A4A4. Windows color (decimal): -11744065 or 12569676. OLE color: 12569676.

HSL color Cylindrical-coordinate representation of color #4CCCBF: hue angle of 173.91º 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 #4CCCBF is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 204 191 -
CMYK 0.63 0 0.06 0.2
HSL 173.91º 0.56% 0.55% -
HSV(B) 173.91º 0.63% 0.8% -
XYZ 33.98 48.48 56.86 -
YUV 164.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 76 204 191 0.63 0 0.06 0.2 173.91 0.56 0.55
Hex 4C CC BF 3F 0 6 14 AE 38 37
Octal 114 314 277 77 0 6 24 256 70 67
Binary 1001100 11001100 10111111 111111 0 110 10100 10101110 111000 110111

Color Harmonies of #4CCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCBF

Black with #4CCCBF

Text Example


Text Example

White with #4CCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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