Html Css Color HEX #3AEBC5 Turquoise

📋 copy color: '#3AEBC5'

red 58 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #3AEBC5

Tints of Turquoise #3AEBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 11.84%
G = 47.96%
B = 40.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#3AEBC5 (or 0x3AEBC5) is known color: Turquoise. HEX triplet: 3A, EB and C5. RGB value is (58,235,197). Sum of RGB (Red+Green+Blue) = 58+235+197=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBC5 is #C5143A. Grayscale: #B1B1B1. Windows color (decimal): -12915771 or 12970810. OLE color: 12970810.

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

Color convert

RGB 58 235 197 -
CMYK 0.75 0 0.16 0.08
HSL 167.12º 0.82% 0.57% -
HSV(B) 167.12º 0.75% 0.92% -
XYZ 41.53 64.35 63.05 -
YUV 177.75 138.86 42.59 -
System Red Green Blue C M Y K H S L
Decimal 58 235 197 0.75 0 0.16 0.08 167.12 0.82 0.57
Hex 3A EB C5 4B 0 10 8 A7 52 39
Octal 72 353 305 113 0 20 10 247 122 71
Binary 111010 11101011 11000101 1001011 0 10000 1000 10100111 1010010 111001

Color Harmonies of #3AEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBC5

Black with #3AEBC5

Text Example


Text Example

White with #3AEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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