Html Css Color HEX #4CCFBF Medium Turquoise

📋 copy color: '#4CCFBF'

red 76 ◦ green 207 ◦ blue 191

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

Shades of Medium Turquoise #4CCFBF

Tints of Medium Turquoise #4CCFBF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

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

R = 16.03%
G = 43.67%
B = 40.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#4CCFBF (or 0x4CCFBF) is known color: Medium Turquoise. HEX triplet: 4C, CF and BF. RGB value is (76,207,191). Sum of RGB (Red+Green+Blue) = 76+207+191=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFBF is #B33040. Grayscale: #A5A5A5. Windows color (decimal): -11743297 or 12570444. OLE color: 12570444.

HSL color Cylindrical-coordinate representation of color #4CCFBF: hue angle of 172.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFBF is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 207 191 -
CMYK 0.63 0 0.08 0.19
HSL 172.67º 0.58% 0.55% -
HSV(B) 172.67º 0.63% 0.81% -
XYZ 34.7 49.92 57.1 -
YUV 166.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 76 207 191 0.63 0 0.08 0.19 172.67 0.58 0.55
Hex 4C CF BF 3F 0 8 13 AD 3A 37
Octal 114 317 277 77 0 10 23 255 72 67
Binary 1001100 11001111 10111111 111111 0 1000 10011 10101101 111010 110111

Color Harmonies of #4CCFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFBF

Black with #4CCFBF

Text Example


Text Example

White with #4CCFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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