Html Css Color HEX #39E5BA Turquoise

📋 copy color: '#39E5BA'

red 57 ◦ green 229 ◦ blue 186

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

Shades of Turquoise #39E5BA

Tints of Turquoise #39E5BA

RGB

 RED value IS 57 (22.66% from 255) = 12.08%

 GREEN value IS 229 (89.84% from 255) = 48.52%

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

R = 12.08%
G = 48.52%
B = 39.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#39E5BA (or 0x39E5BA) is known color: Turquoise. HEX triplet: 39, E5 and BA. RGB value is (57,229,186). Sum of RGB (Red+Green+Blue) = 57+229+186=472 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.08% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5BA is #C61A45. Grayscale: #ACACAC. Windows color (decimal): -12982854 or 12248377. OLE color: 12248377.

HSL color Cylindrical-coordinate representation of color #39E5BA: hue angle of 165º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E5BA is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 57 229 186 -
CMYK 0.75 0 0.19 0.10
HSL 165º 0.77% 0.56% -
HSV(B) 165º 0.75% 0.9% -
XYZ 38.57 60.45 56.09 -
YUV 172.67 135.52 45.5 -
System Red Green Blue C M Y K H S L
Decimal 57 229 186 0.75 0 0.19 0.10 165 0.77 0.56
Hex 39 E5 BA 4B 0 13 A A5 4D 38
Octal 71 345 272 113 0 23 12 245 115 70
Binary 111001 11100101 10111010 1001011 0 10011 1010 10100101 1001101 111000

Color Harmonies of #39E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E5BA

Black with #39E5BA

Text Example


Text Example

White with #39E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39E5BA; }

 p { color: rgb(57,229,186); }

 H1.HeaderClassName
 {
   color: #39E5BA;
 }
 .AnyTagClassName
 {
   color: #39E5BA;
 }
</style>

background-color css

<style>
 a { background-color: #39E5BA; }

 a { background-color: rgb(57,229,186); }

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

border-color css

<style>
 span { border-color: #39E5BA; }

 span { border-color: rgb(57,229,186); }

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