#39E4BE

Color #39E4BE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #39E4BE

Tints of Turquoise #39E4BE

Color information

#39E4BE (or 0x39E4BE) is unknown color: approx Turquoise. HEX triplet: 39, E4 and BE. RGB value is (57,228,190). Sum of RGB (Red+Green+Blue) = 57+228+190=475 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #39E4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E4BE is #C61B41. Grayscale: #ACACAC. Windows color (decimal): -12983106 or 12510265. OLE color: 12510265.

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

Color convert

RGB57228190-
CMYK0.7500.170.11
HSL166.67º76%55.88%-
HSV(B)166.67º75%89.41%-
XYZ38.7360.0758.27-
YUV172.54137.8545.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12%
GREEN value IS 228 (89.45% from 255) = 48%
BLUE value IS 190 (74.61% from 255) = 40%
R=12%
G=48%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572281900.7500.170.11166.677655.88
Hex39E4BE4B011Ba74c38
Octal713442761130211324711470
Binary111001111001001011111010010110100011011101001111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39E4BE;
 }
 .AnyTagClassName
 {
   color: #39E4BE;
 }
</style>
background-color css

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

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

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

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

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

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