Html Css Color HEX #3CEABC Turquoise

📋 copy color: '#3CEABC'

red 60 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #3CEABC

Tints of Turquoise #3CEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 12.45%
G = 48.55%
B = 39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#3CEABC (or 0x3CEABC) is known color: Turquoise. HEX triplet: 3C, EA and BC. RGB value is (60,234,188). Sum of RGB (Red+Green+Blue) = 60+234+188=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEABC is #C31543. Grayscale: #B0B0B0. Windows color (decimal): -12784964 or 12380732. OLE color: 12380732.

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

Color convert

RGB 60 234 188 -
CMYK 0.74 0 0.20 0.08
HSL 164.14º 0.81% 0.58% -
HSV(B) 164.14º 0.74% 0.92% -
XYZ 40.36 63.44 57.69 -
YUV 176.73 134.35 44.74 -
System Red Green Blue C M Y K H S L
Decimal 60 234 188 0.74 0 0.20 0.08 164.14 0.81 0.58
Hex 3C EA BC 4A 0 14 8 A4 51 3A
Octal 74 352 274 112 0 24 10 244 121 72
Binary 111100 11101010 10111100 1001010 0 10100 1000 10100100 1010001 111010

Color Harmonies of #3CEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEABC

Black with #3CEABC

Text Example


Text Example

White with #3CEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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