Html Css Color HEX #3AEAC1 Turquoise

📋 copy color: '#3AEAC1'

red 58 ◦ green 234 ◦ blue 193

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

Shades of Turquoise #3AEAC1

Tints of Turquoise #3AEAC1

RGB

 RED value IS 58 (23.05% from 255) = 11.96%

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 11.96%
G = 48.25%
B = 39.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#3AEAC1 (or 0x3AEAC1) is known color: Turquoise. HEX triplet: 3A, EA and C1. RGB value is (58,234,193). Sum of RGB (Red+Green+Blue) = 58+234+193=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEAC1 is #C5153E. Grayscale: #B0B0B0. Windows color (decimal): -12916031 or 12708410. OLE color: 12708410.

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

Color convert

RGB 58 234 193 -
CMYK 0.75 0 0.18 0.08
HSL 166.02º 0.81% 0.57% -
HSV(B) 166.02º 0.75% 0.92% -
XYZ 40.79 63.6 60.58 -
YUV 176.7 137.19 43.33 -
System Red Green Blue C M Y K H S L
Decimal 58 234 193 0.75 0 0.18 0.08 166.02 0.81 0.57
Hex 3A EA C1 4B 0 12 8 A6 51 39
Octal 72 352 301 113 0 22 10 246 121 71
Binary 111010 11101010 11000001 1001011 0 10010 1000 10100110 1010001 111001

Color Harmonies of #3AEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEAC1

Black with #3AEAC1

Text Example


Text Example

White with #3AEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,234,193); }

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

background-color css

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

 a { background-color: rgb(58,234,193); }

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

border-color css

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

 span { border-color: rgb(58,234,193); }

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