Html Css Color HEX #3CC0BE Medium Turquoise

📋 copy color: '#3CC0BE'

red 60 ◦ green 192 ◦ blue 190

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

Shades of Medium Turquoise #3CC0BE

Tints of Medium Turquoise #3CC0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 13.57%
G = 43.44%
B = 42.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#3CC0BE (or 0x3CC0BE) is known color: Medium Turquoise. HEX triplet: 3C, C0 and BE. RGB value is (60,192,190). Sum of RGB (Red+Green+Blue) = 60+192+190=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0BE is #C33F41. Grayscale: #989898. Windows color (decimal): -12795714 or 12501052. OLE color: 12501052.

HSL color Cylindrical-coordinate representation of color #3CC0BE: hue angle of 179.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC0BE is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 190 -
CMYK 0.69 0 0.01 0.25
HSL 179.09º 0.52% 0.49% -
HSV(B) 179.09º 0.69% 0.75% -
XYZ 30.01 42.38 55.31 -
YUV 152.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 60 192 190 0.69 0 0.01 0.25 179.09 0.52 0.49
Hex 3C C0 BE 45 0 1 19 B3 34 31
Octal 74 300 276 105 0 1 31 263 64 61
Binary 111100 11000000 10111110 1000101 0 1 11001 10110011 110100 110001

Color Harmonies of #3CC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC0BE

Black with #3CC0BE

Text Example


Text Example

White with #3CC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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