Html Css Color HEX #3AEEB3 Turquoise

📋 copy color: '#3AEEB3'

red 58 ◦ green 238 ◦ blue 179

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

Shades of Turquoise #3AEEB3

Tints of Turquoise #3AEEB3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.11%

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 12.21%
G = 50.11%
B = 37.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#3AEEB3 (or 0x3AEEB3) is known color: Turquoise. HEX triplet: 3A, EE and B3. RGB value is (58,238,179). Sum of RGB (Red+Green+Blue) = 58+238+179=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEB3 is #C5114C. Grayscale: #B1B1B1. Windows color (decimal): -12915021 or 11791930. OLE color: 11791930.

HSL color Cylindrical-coordinate representation of color #3AEEB3: hue angle of 160.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEB3 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 179 -
CMYK 0.76 0 0.25 0.07
HSL 160.33º 0.84% 0.58% -
HSV(B) 160.33º 0.76% 0.93% -
XYZ 40.46 65.3 53.12 -
YUV 177.45 128.87 42.8 -
System Red Green Blue C M Y K H S L
Decimal 58 238 179 0.76 0 0.25 0.07 160.33 0.84 0.58
Hex 3A EE B3 4C 0 19 7 A0 54 3A
Octal 72 356 263 114 0 31 7 240 124 72
Binary 111010 11101110 10110011 1001100 0 11001 111 10100000 1010100 111010

Color Harmonies of #3AEEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEB3

Black with #3AEEB3

Text Example


Text Example

White with #3AEEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,179); }

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

background-color css

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

 a { background-color: rgb(58,238,179); }

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

border-color css

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

 span { border-color: rgb(58,238,179); }

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