Html Css Color HEX #39E4BA Turquoise

📋 copy color: '#39E4BA'

red 57 ◦ green 228 ◦ blue 186

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

Shades of Turquoise #39E4BA

Tints of Turquoise #39E4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.41%

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

R = 12.1%
G = 48.41%
B = 39.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#39E4BA (or 0x39E4BA) is known color: Turquoise. HEX triplet: 39, E4 and BA. RGB value is (57,228,186). Sum of RGB (Red+Green+Blue) = 57+228+186=471 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.10% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #39E4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E4BA is #C61B45. Grayscale: #ACACAC. Windows color (decimal): -12983110 or 12248121. OLE color: 12248121.

HSL color Cylindrical-coordinate representation of color #39E4BA: hue angle of 165.26º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E4BA is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 57 228 186 -
CMYK 0.75 0 0.18 0.11
HSL 165.26º 0.76% 0.56% -
HSV(B) 165.26º 0.75% 0.89% -
XYZ 38.29 59.9 56 -
YUV 172.08 135.85 45.92 -
System Red Green Blue C M Y K H S L
Decimal 57 228 186 0.75 0 0.18 0.11 165.26 0.76 0.56
Hex 39 E4 BA 4B 0 12 B A5 4C 38
Octal 71 344 272 113 0 22 13 245 114 70
Binary 111001 11100100 10111010 1001011 0 10010 1011 10100101 1001100 111000

Color Harmonies of #39E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E4BA

Black with #39E4BA

Text Example


Text Example

White with #39E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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