Html Css Color HEX #4CCBBF Medium Turquoise

📋 copy color: '#4CCBBF'

red 76 ◦ green 203 ◦ blue 191

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

Shades of Medium Turquoise #4CCBBF

Tints of Medium Turquoise #4CCBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.19%

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

R = 16.17%
G = 43.19%
B = 40.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#4CCBBF (or 0x4CCBBF) is known color: Medium Turquoise. HEX triplet: 4C, CB and BF. RGB value is (76,203,191). Sum of RGB (Red+Green+Blue) = 76+203+191=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBBF is #B33440. Grayscale: #A3A3A3. Windows color (decimal): -11744321 or 12569420. OLE color: 12569420.

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

Color convert

RGB 76 203 191 -
CMYK 0.63 0 0.06 0.20
HSL 174.33º 0.55% 0.55% -
HSV(B) 174.33º 0.63% 0.8% -
XYZ 33.74 48.01 56.78 -
YUV 163.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 76 203 191 0.63 0 0.06 0.20 174.33 0.55 0.55
Hex 4C CB BF 3F 0 6 14 AE 37 37
Octal 114 313 277 77 0 6 24 256 67 67
Binary 1001100 11001011 10111111 111111 0 110 10100 10101110 110111 110111

Color Harmonies of #4CCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBBF

Black with #4CCBBF

Text Example


Text Example

White with #4CCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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