Html Css Color HEX #3CCEC3 Medium Turquoise

📋 copy color: '#3CCEC3'

red 60 ◦ green 206 ◦ blue 195

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

Shades of Medium Turquoise #3CCEC3

Tints of Medium Turquoise #3CCEC3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 13.02%
G = 44.69%
B = 42.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#3CCEC3 (or 0x3CCEC3) is known color: Medium Turquoise. HEX triplet: 3C, CE and C3. RGB value is (60,206,195). Sum of RGB (Red+Green+Blue) = 60+206+195=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEC3 is #C3313C. Grayscale: #A0A0A0. Windows color (decimal): -12792125 or 12832316. OLE color: 12832316.

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

Color convert

RGB 60 206 195 -
CMYK 0.71 0 0.05 0.19
HSL 175.48º 0.6% 0.52% -
HSV(B) 175.48º 0.71% 0.81% -
XYZ 33.79 49.04 59.32 -
YUV 161.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 60 206 195 0.71 0 0.05 0.19 175.48 0.6 0.52
Hex 3C CE C3 47 0 5 13 AF 3C 34
Octal 74 316 303 107 0 5 23 257 74 64
Binary 111100 11001110 11000011 1000111 0 101 10011 10101111 111100 110100

Color Harmonies of #3CCEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCEC3

Black with #3CCEC3

Text Example


Text Example

White with #3CCEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,206,195); }

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

background-color css

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

 a { background-color: rgb(60,206,195); }

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

border-color css

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

 span { border-color: rgb(60,206,195); }

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