Html Css Color HEX #3AEBBC Turquoise

📋 copy color: '#3AEBBC'

red 58 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #3AEBBC

Tints of Turquoise #3AEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 12.06%
G = 48.86%
B = 39.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#3AEBBC (or 0x3AEBBC) is known color: Turquoise. HEX triplet: 3A, EB and BC. RGB value is (58,235,188). Sum of RGB (Red+Green+Blue) = 58+235+188=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBBC is #C51443. Grayscale: #B0B0B0. Windows color (decimal): -12915780 or 12380986. OLE color: 12380986.

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

Color convert

RGB 58 235 188 -
CMYK 0.75 0 0.2 0.08
HSL 164.07º 0.82% 0.57% -
HSV(B) 164.07º 0.75% 0.92% -
XYZ 40.53 63.95 57.78 -
YUV 176.72 134.36 43.32 -
System Red Green Blue C M Y K H S L
Decimal 58 235 188 0.75 0 0.2 0.08 164.07 0.82 0.57
Hex 3A EB BC 4B 0 14 8 A4 52 39
Octal 72 353 274 113 0 24 10 244 122 71
Binary 111010 11101011 10111100 1001011 0 10100 1000 10100100 1010010 111001

Color Harmonies of #3AEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBBC

Black with #3AEBBC

Text Example


Text Example

White with #3AEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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