Html Css Color HEX #3CECC1 Turquoise

📋 copy color: '#3CECC1'

red 60 ◦ green 236 ◦ blue 193

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

Shades of Turquoise #3CECC1

Tints of Turquoise #3CECC1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 12.27%
G = 48.26%
B = 39.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#3CECC1 (or 0x3CECC1) is known color: Turquoise. HEX triplet: 3C, EC and C1. RGB value is (60,236,193). Sum of RGB (Red+Green+Blue) = 60+236+193=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECC1 is #C3133E. Grayscale: #B2B2B2. Windows color (decimal): -12784447 or 12708924. OLE color: 12708924.

HSL color Cylindrical-coordinate representation of color #3CECC1: hue angle of 165.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CECC1 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 193 -
CMYK 0.75 0 0.18 0.07
HSL 165.34º 0.82% 0.58% -
HSV(B) 165.34º 0.75% 0.93% -
XYZ 41.48 64.8 60.77 -
YUV 178.47 136.19 43.5 -
System Red Green Blue C M Y K H S L
Decimal 60 236 193 0.75 0 0.18 0.07 165.34 0.82 0.58
Hex 3C EC C1 4B 0 12 7 A5 52 3A
Octal 74 354 301 113 0 22 7 245 122 72
Binary 111100 11101100 11000001 1001011 0 10010 111 10100101 1010010 111010

Color Harmonies of #3CECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECC1

Black with #3CECC1

Text Example


Text Example

White with #3CECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,236,193); }

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

background-color css

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

 a { background-color: rgb(60,236,193); }

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

border-color css

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

 span { border-color: rgb(60,236,193); }

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