Html Css Color HEX #3CC7BE Medium Turquoise

📋 copy color: '#3CC7BE'

red 60 ◦ green 199 ◦ blue 190

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

Shades of Medium Turquoise #3CC7BE

Tints of Medium Turquoise #3CC7BE

RGB

 RED value IS 60 (23.83% from 255) = 13.36%

 GREEN value IS 199 (78.13% from 255) = 44.32%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 13.36%
G = 44.32%
B = 42.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#3CC7BE (or 0x3CC7BE) is known color: Medium Turquoise. HEX triplet: 3C, C7 and BE. RGB value is (60,199,190). Sum of RGB (Red+Green+Blue) = 60+199+190=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC7BE is #C33841. Grayscale: #9C9C9C. Windows color (decimal): -12793922 or 12502844. OLE color: 12502844.

HSL color Cylindrical-coordinate representation of color #3CC7BE: hue angle of 176.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC7BE is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 199 190 -
CMYK 0.70 0 0.05 0.22
HSL 176.12º 0.55% 0.51% -
HSV(B) 176.12º 0.7% 0.78% -
XYZ 31.58 45.53 55.84 -
YUV 156.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 60 199 190 0.70 0 0.05 0.22 176.12 0.55 0.51
Hex 3C C7 BE 46 0 5 16 B0 37 33
Octal 74 307 276 106 0 5 26 260 67 63
Binary 111100 11000111 10111110 1000110 0 101 10110 10110000 110111 110011

Color Harmonies of #3CC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC7BE

Black with #3CC7BE

Text Example


Text Example

White with #3CC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC7BE; }

 p { color: rgb(60,199,190); }

 H1.HeaderClassName
 {
   color: #3CC7BE;
 }
 .AnyTagClassName
 {
   color: #3CC7BE;
 }
</style>

background-color css

<style>
 a { background-color: #3CC7BE; }

 a { background-color: rgb(60,199,190); }

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

border-color css

<style>
 span { border-color: #3CC7BE; }

 span { border-color: rgb(60,199,190); }

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