Html Css Color HEX #4CCFCF Medium Turquoise

📋 copy color: '#4CCFCF'

red 76 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #4CCFCF

Tints of Medium Turquoise #4CCFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 15.51%
G = 42.24%
B = 42.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CCFCF (or 0x4CCFCF) is known color: Medium Turquoise. HEX triplet: 4C, CF and CF. RGB value is (76,207,207). Sum of RGB (Red+Green+Blue) = 76+207+207=490 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.51% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #4CCFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFCF is #B33030. Grayscale: #A7A7A7. Windows color (decimal): -11743281 or 13619020. OLE color: 13619020.

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

Color convert

RGB 76 207 207 -
CMYK 0.63 0 0 0.19
HSL 180º 0.58% 0.55% -
HSV(B) 180º 0.63% 0.81% -
XYZ 36.56 50.67 66.88 -
YUV 167.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 76 207 207 0.63 0 0 0.19 180 0.58 0.55
Hex 4C CF CF 3F 0 0 13 B4 3A 37
Octal 114 317 317 77 0 0 23 264 72 67
Binary 1001100 11001111 11001111 111111 0 0 10011 10110100 111010 110111

Color Harmonies of #4CCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFCF

Black with #4CCFCF

Text Example


Text Example

White with #4CCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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