Html Css Color HEX #3CC2CC Medium Turquoise

📋 copy color: '#3CC2CC'

red 60 ◦ green 194 ◦ blue 204

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

Shades of Medium Turquoise #3CC2CC

Tints of Medium Turquoise #3CC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.36%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 13.1%
G = 42.36%
B = 44.54%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3CC2CC (or 0x3CC2CC) is known color: Medium Turquoise. HEX triplet: 3C, C2 and CC. RGB value is (60,194,204). Sum of RGB (Red+Green+Blue) = 60+194+204=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CC2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC2CC is #C33D33. Grayscale: #9A9A9A. Windows color (decimal): -12795188 or 13419068. OLE color: 13419068.

HSL color Cylindrical-coordinate representation of color #3CC2CC: hue angle of 184.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CC2CC is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 194 204 -
CMYK 0.71 0.05 0 0.2
HSL 184.17º 0.59% 0.52% -
HSV(B) 184.17º 0.71% 0.8% -
XYZ 32.05 43.9 63.91 -
YUV 155.07 155.61 60.19 -
System Red Green Blue C M Y K H S L
Decimal 60 194 204 0.71 0.05 0 0.2 184.17 0.59 0.52
Hex 3C C2 CC 47 5 0 14 B8 3B 34
Octal 74 302 314 107 5 0 24 270 73 64
Binary 111100 11000010 11001100 1000111 101 0 10100 10111000 111011 110100

Color Harmonies of #3CC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC2CC

Black with #3CC2CC

Text Example


Text Example

White with #3CC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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