Html Css Color HEX #3AEEBA Turquoise

📋 copy color: '#3AEEBA'

red 58 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #3AEEBA

Tints of Turquoise #3AEEBA

RGB

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

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

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

R = 12.03%
G = 49.38%
B = 38.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#3AEEBA (or 0x3AEEBA) is known color: Turquoise. HEX triplet: 3A, EE and BA. RGB value is (58,238,186). Sum of RGB (Red+Green+Blue) = 58+238+186=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEBA is #C51145. Grayscale: #B2B2B2. Windows color (decimal): -12915014 or 12250682. OLE color: 12250682.

HSL color Cylindrical-coordinate representation of color #3AEEBA: hue angle of 162.67º 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 #3AEEBA is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 186 -
CMYK 0.76 0 0.22 0.07
HSL 162.67º 0.84% 0.58% -
HSV(B) 162.67º 0.76% 0.93% -
XYZ 41.18 65.59 56.94 -
YUV 178.25 132.37 42.23 -
System Red Green Blue C M Y K H S L
Decimal 58 238 186 0.76 0 0.22 0.07 162.67 0.84 0.58
Hex 3A EE BA 4C 0 16 7 A3 54 3A
Octal 72 356 272 114 0 26 7 243 124 72
Binary 111010 11101110 10111010 1001100 0 10110 111 10100011 1010100 111010

Color Harmonies of #3AEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEBA

Black with #3AEEBA

Text Example


Text Example

White with #3AEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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