Html Css Color HEX #3AEBC0 Turquoise

📋 copy color: '#3AEBC0'

red 58 ◦ green 235 ◦ blue 192

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

Shades of Turquoise #3AEBC0

Tints of Turquoise #3AEBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.45%

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 11.96%
G = 48.45%
B = 39.59%

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

#3AEBC0 (or 0x3AEBC0) is known color: Turquoise. HEX triplet: 3A, EB and C0. RGB value is (58,235,192). Sum of RGB (Red+Green+Blue) = 58+235+192=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBC0 is #C5143F. Grayscale: #B1B1B1. Windows color (decimal): -12915776 or 12643130. OLE color: 12643130.

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

Color convert

RGB 58 235 192 -
CMYK 0.75 0 0.18 0.08
HSL 165.42º 0.82% 0.57% -
HSV(B) 165.42º 0.75% 0.92% -
XYZ 40.97 64.12 60.09 -
YUV 177.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 58 235 192 0.75 0 0.18 0.08 165.42 0.82 0.57
Hex 3A EB C0 4B 0 12 8 A5 52 39
Octal 72 353 300 113 0 22 10 245 122 71
Binary 111010 11101011 11000000 1001011 0 10010 1000 10100101 1010010 111001

Color Harmonies of #3AEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBC0

Black with #3AEBC0

Text Example


Text Example

White with #3AEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,235,192); }

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

background-color css

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

 a { background-color: rgb(58,235,192); }

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

border-color css

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

 span { border-color: rgb(58,235,192); }

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