Html Css Color HEX #3CCBC2 Medium Turquoise

📋 copy color: '#3CCBC2'

red 60 ◦ green 203 ◦ blue 194

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

Shades of Medium Turquoise #3CCBC2

Tints of Medium Turquoise #3CCBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

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

R = 13.13%
G = 44.42%
B = 42.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#3CCBC2 (or 0x3CCBC2) is known color: Medium Turquoise. HEX triplet: 3C, CB and C2. RGB value is (60,203,194). Sum of RGB (Red+Green+Blue) = 60+203+194=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBC2 is #C3343D. Grayscale: #9F9F9F. Windows color (decimal): -12792894 or 12766012. OLE color: 12766012.

HSL color Cylindrical-coordinate representation of color #3CCBC2: hue angle of 176.22º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCBC2 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 194 -
CMYK 0.70 0 0.04 0.20
HSL 176.22º 0.58% 0.52% -
HSV(B) 176.22º 0.7% 0.8% -
XYZ 32.96 47.57 58.48 -
YUV 159.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 60 203 194 0.70 0 0.04 0.20 176.22 0.58 0.52
Hex 3C CB C2 46 0 4 14 B0 3A 34
Octal 74 313 302 106 0 4 24 260 72 64
Binary 111100 11001011 11000010 1000110 0 100 10100 10110000 111010 110100

Color Harmonies of #3CCBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBC2

Black with #3CCBC2

Text Example


Text Example

White with #3CCBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,203,194); }

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

background-color css

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

 a { background-color: rgb(60,203,194); }

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

border-color css

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

 span { border-color: rgb(60,203,194); }

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