Html Css Color HEX #3AEBC2 Turquoise

📋 copy color: '#3AEBC2'

red 58 ◦ green 235 ◦ blue 194

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

Shades of Turquoise #3AEBC2

Tints of Turquoise #3AEBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 11.91%
G = 48.25%
B = 39.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#3AEBC2 (or 0x3AEBC2) is known color: Turquoise. HEX triplet: 3A, EB and C2. RGB value is (58,235,194). Sum of RGB (Red+Green+Blue) = 58+235+194=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBC2 is #C5143D. Grayscale: #B1B1B1. Windows color (decimal): -12915774 or 12774202. OLE color: 12774202.

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

Color convert

RGB 58 235 194 -
CMYK 0.75 0 0.17 0.08
HSL 166.1º 0.82% 0.57% -
HSV(B) 166.1º 0.75% 0.92% -
XYZ 41.19 64.21 61.26 -
YUV 177.4 137.36 42.83 -
System Red Green Blue C M Y K H S L
Decimal 58 235 194 0.75 0 0.17 0.08 166.1 0.82 0.57
Hex 3A EB C2 4B 0 11 8 A6 52 39
Octal 72 353 302 113 0 21 10 246 122 71
Binary 111010 11101011 11000010 1001011 0 10001 1000 10100110 1010010 111001

Color Harmonies of #3AEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBC2

Black with #3AEBC2

Text Example


Text Example

White with #3AEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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