Html Css Color HEX #3CEABA Turquoise

📋 copy color: '#3CEABA'

red 60 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #3CEABA

Tints of Turquoise #3CEABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 12.5%
G = 48.75%
B = 38.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#3CEABA (or 0x3CEABA) is known color: Turquoise. HEX triplet: 3C, EA and BA. RGB value is (60,234,186). Sum of RGB (Red+Green+Blue) = 60+234+186=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEABA is #C31545. Grayscale: #B0B0B0. Windows color (decimal): -12784966 or 12249660. OLE color: 12249660.

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

Color convert

RGB 60 234 186 -
CMYK 0.74 0 0.21 0.08
HSL 163.45º 0.81% 0.58% -
HSV(B) 163.45º 0.74% 0.92% -
XYZ 40.15 63.35 56.57 -
YUV 176.5 133.35 44.9 -
System Red Green Blue C M Y K H S L
Decimal 60 234 186 0.74 0 0.21 0.08 163.45 0.81 0.58
Hex 3C EA BA 4A 0 15 8 A3 51 3A
Octal 74 352 272 112 0 25 10 243 121 72
Binary 111100 11101010 10111010 1001010 0 10101 1000 10100011 1010001 111010

Color Harmonies of #3CEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEABA

Black with #3CEABA

Text Example


Text Example

White with #3CEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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