Html Css Color HEX #3AEABB Turquoise

📋 copy color: '#3AEABB'

red 58 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #3AEABB

Tints of Turquoise #3AEABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 12.11%
G = 48.85%
B = 39.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#3AEABB (or 0x3AEABB) is known color: Turquoise. HEX triplet: 3A, EA and BB. RGB value is (58,234,187). Sum of RGB (Red+Green+Blue) = 58+234+187=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEABB is #C51544. Grayscale: #B0B0B0. Windows color (decimal): -12916037 or 12315194. OLE color: 12315194.

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

Color convert

RGB 58 234 187 -
CMYK 0.75 0 0.20 0.08
HSL 163.98º 0.81% 0.57% -
HSV(B) 163.98º 0.75% 0.92% -
XYZ 40.14 63.33 57.12 -
YUV 176.02 134.19 43.82 -
System Red Green Blue C M Y K H S L
Decimal 58 234 187 0.75 0 0.20 0.08 163.98 0.81 0.57
Hex 3A EA BB 4B 0 14 8 A4 51 39
Octal 72 352 273 113 0 24 10 244 121 71
Binary 111010 11101010 10111011 1001011 0 10100 1000 10100100 1010001 111001

Color Harmonies of #3AEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEABB

Black with #3AEABB

Text Example


Text Example

White with #3AEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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