Html Css Color HEX #3AEAB4 Turquoise

📋 copy color: '#3AEAB4'

red 58 ◦ green 234 ◦ blue 180

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

Shades of Turquoise #3AEAB4

Tints of Turquoise #3AEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 12.29%
G = 49.58%
B = 38.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#3AEAB4 (or 0x3AEAB4) is known color: Turquoise. HEX triplet: 3A, EA and B4. RGB value is (58,234,180). Sum of RGB (Red+Green+Blue) = 58+234+180=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEAB4 is #C5154B. Grayscale: #AFAFAF. Windows color (decimal): -12916044 or 11856442. OLE color: 11856442.

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

Color convert

RGB 58 234 180 -
CMYK 0.75 0 0.23 0.08
HSL 161.59º 0.81% 0.57% -
HSV(B) 161.59º 0.75% 0.92% -
XYZ 39.41 63.04 53.27 -
YUV 175.22 130.69 44.39 -
System Red Green Blue C M Y K H S L
Decimal 58 234 180 0.75 0 0.23 0.08 161.59 0.81 0.57
Hex 3A EA B4 4B 0 17 8 A2 51 39
Octal 72 352 264 113 0 27 10 242 121 71
Binary 111010 11101010 10110100 1001011 0 10111 1000 10100010 1010001 111001

Color Harmonies of #3AEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEAB4

Black with #3AEAB4

Text Example


Text Example

White with #3AEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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