Html Css Color HEX #3CEACC Turquoise

📋 copy color: '#3CEACC'

red 60 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #3CEACC

Tints of Turquoise #3CEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.99%

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

R = 12.05%
G = 46.99%
B = 40.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#3CEACC (or 0x3CEACC) is known color: Turquoise. HEX triplet: 3C, EA and CC. RGB value is (60,234,204). Sum of RGB (Red+Green+Blue) = 60+234+204=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEACC is #C31533. Grayscale: #B2B2B2. Windows color (decimal): -12784948 or 13429308. OLE color: 13429308.

HSL color Cylindrical-coordinate representation of color #3CEACC: hue angle of 169.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEACC is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 204 -
CMYK 0.74 0 0.13 0.08
HSL 169.66º 0.81% 0.58% -
HSV(B) 169.66º 0.74% 0.92% -
XYZ 42.19 64.17 67.29 -
YUV 178.55 142.35 43.44 -
System Red Green Blue C M Y K H S L
Decimal 60 234 204 0.74 0 0.13 0.08 169.66 0.81 0.58
Hex 3C EA CC 4A 0 D 8 AA 51 3A
Octal 74 352 314 112 0 15 10 252 121 72
Binary 111100 11101010 11001100 1001010 0 1101 1000 10101010 1010001 111010

Color Harmonies of #3CEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEACC

Black with #3CEACC

Text Example


Text Example

White with #3CEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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