Html Css Color HEX #3CECCC Turquoise

📋 copy color: '#3CECCC'

red 60 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #3CECCC

Tints of Turquoise #3CECCC

RGB

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

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

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

R = 12%
G = 47.2%
B = 40.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3CECCC (or 0x3CECCC) is known color: Turquoise. HEX triplet: 3C, EC and CC. RGB value is (60,236,204). Sum of RGB (Red+Green+Blue) = 60+236+204=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECCC is #C31333. Grayscale: #B3B3B3. Windows color (decimal): -12784436 or 13429820. OLE color: 13429820.

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

Color convert

RGB 60 236 204 -
CMYK 0.75 0 0.14 0.07
HSL 169.09º 0.82% 0.58% -
HSV(B) 169.09º 0.75% 0.93% -
XYZ 42.76 65.31 67.48 -
YUV 179.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 60 236 204 0.75 0 0.14 0.07 169.09 0.82 0.58
Hex 3C EC CC 4B 0 E 7 A9 52 3A
Octal 74 354 314 113 0 16 7 251 122 72
Binary 111100 11101100 11001100 1001011 0 1110 111 10101001 1010010 111010

Color Harmonies of #3CECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECCC

Black with #3CECCC

Text Example


Text Example

White with #3CECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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