Html Css Color HEX #3CECC6 Turquoise

📋 copy color: '#3CECC6'

red 60 ◦ green 236 ◦ blue 198

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

Shades of Turquoise #3CECC6

Tints of Turquoise #3CECC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 12.15%
G = 47.77%
B = 40.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#3CECC6 (or 0x3CECC6) is known color: Turquoise. HEX triplet: 3C, EC and C6. RGB value is (60,236,198). Sum of RGB (Red+Green+Blue) = 60+236+198=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECC6 is #C31339. Grayscale: #B3B3B3. Windows color (decimal): -12784442 or 13036604. OLE color: 13036604.

HSL color Cylindrical-coordinate representation of color #3CECC6: hue angle of 167.05º 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 #3CECC6 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 198 -
CMYK 0.75 0 0.16 0.07
HSL 167.05º 0.82% 0.58% -
HSV(B) 167.05º 0.75% 0.93% -
XYZ 42.05 65.03 63.76 -
YUV 179.04 138.69 43.09 -
System Red Green Blue C M Y K H S L
Decimal 60 236 198 0.75 0 0.16 0.07 167.05 0.82 0.58
Hex 3C EC C6 4B 0 10 7 A7 52 3A
Octal 74 354 306 113 0 20 7 247 122 72
Binary 111100 11101100 11000110 1001011 0 10000 111 10100111 1010010 111010

Color Harmonies of #3CECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECC6

Black with #3CECC6

Text Example


Text Example

White with #3CECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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