Html Css Color HEX #3CEAC2 Turquoise

📋 copy color: '#3CEAC2'

red 60 ◦ green 234 ◦ blue 194

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

Shades of Turquoise #3CEAC2

Tints of Turquoise #3CEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 12.3%
G = 47.95%
B = 39.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#3CEAC2 (or 0x3CEAC2) is known color: Turquoise. HEX triplet: 3C, EA and C2. RGB value is (60,234,194). Sum of RGB (Red+Green+Blue) = 60+234+194=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEAC2 is #C3153D. Grayscale: #B1B1B1. Windows color (decimal): -12784958 or 12773948. OLE color: 12773948.

HSL color Cylindrical-coordinate representation of color #3CEAC2: hue angle of 166.21º 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 #3CEAC2 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 194 -
CMYK 0.74 0 0.17 0.08
HSL 166.21º 0.81% 0.58% -
HSV(B) 166.21º 0.74% 0.92% -
XYZ 41.02 63.7 61.17 -
YUV 177.41 137.35 44.25 -
System Red Green Blue C M Y K H S L
Decimal 60 234 194 0.74 0 0.17 0.08 166.21 0.81 0.58
Hex 3C EA C2 4A 0 11 8 A6 51 3A
Octal 74 352 302 112 0 21 10 246 121 72
Binary 111100 11101010 11000010 1001010 0 10001 1000 10100110 1010001 111010

Color Harmonies of #3CEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEAC2

Black with #3CEAC2

Text Example


Text Example

White with #3CEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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