Html Css Color HEX #4CCFBA Medium Turquoise

📋 copy color: '#4CCFBA'

red 76 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #4CCFBA

Tints of Medium Turquoise #4CCFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 16.2%
G = 44.14%
B = 39.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#4CCFBA (or 0x4CCFBA) is known color: Medium Turquoise. HEX triplet: 4C, CF and BA. RGB value is (76,207,186). Sum of RGB (Red+Green+Blue) = 76+207+186=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFBA is #B33045. Grayscale: #A5A5A5. Windows color (decimal): -11743302 or 12242764. OLE color: 12242764.

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

Color convert

RGB 76 207 186 -
CMYK 0.63 0 0.10 0.19
HSL 170.38º 0.58% 0.55% -
HSV(B) 170.38º 0.63% 0.81% -
XYZ 34.16 49.71 54.25 -
YUV 165.44 139.6 64.21 -
System Red Green Blue C M Y K H S L
Decimal 76 207 186 0.63 0 0.10 0.19 170.38 0.58 0.55
Hex 4C CF BA 3F 0 A 13 AA 3A 37
Octal 114 317 272 77 0 12 23 252 72 67
Binary 1001100 11001111 10111010 111111 0 1010 10011 10101010 111010 110111

Color Harmonies of #4CCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFBA

Black with #4CCFBA

Text Example


Text Example

White with #4CCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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