Html Css Color HEX #4CCFC2 Medium Turquoise

📋 copy color: '#4CCFC2'

red 76 ◦ green 207 ◦ blue 194

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

Shades of Medium Turquoise #4CCFC2

Tints of Medium Turquoise #4CCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 15.93%
G = 43.4%
B = 40.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#4CCFC2 (or 0x4CCFC2) is known color: Medium Turquoise. HEX triplet: 4C, CF and C2. RGB value is (76,207,194). Sum of RGB (Red+Green+Blue) = 76+207+194=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFC2 is #B3303D. Grayscale: #A6A6A6. Windows color (decimal): -11743294 or 12767052. OLE color: 12767052.

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

Color convert

RGB 76 207 194 -
CMYK 0.63 0 0.06 0.19
HSL 174.05º 0.58% 0.55% -
HSV(B) 174.05º 0.63% 0.81% -
XYZ 35.03 50.06 58.85 -
YUV 166.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 76 207 194 0.63 0 0.06 0.19 174.05 0.58 0.55
Hex 4C CF C2 3F 0 6 13 AE 3A 37
Octal 114 317 302 77 0 6 23 256 72 67
Binary 1001100 11001111 11000010 111111 0 110 10011 10101110 111010 110111

Color Harmonies of #4CCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFC2

Black with #4CCFC2

Text Example


Text Example

White with #4CCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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