Html Css Color HEX #39D3BC Medium Turquoise

📋 copy color: '#39D3BC'

red 57 ◦ green 211 ◦ blue 188

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

Shades of Medium Turquoise #39D3BC

Tints of Medium Turquoise #39D3BC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

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

R = 12.5%
G = 46.27%
B = 41.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#39D3BC (or 0x39D3BC) is known color: Medium Turquoise. HEX triplet: 39, D3 and BC. RGB value is (57,211,188). Sum of RGB (Red+Green+Blue) = 57+211+188=456 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.5% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #39D3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D3BC is #C62C43. Grayscale: #A2A2A2. Windows color (decimal): -12987460 or 12374841. OLE color: 12374841.

HSL color Cylindrical-coordinate representation of color #39D3BC: hue angle of 171.04º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D3BC is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 57 211 188 -
CMYK 0.73 0 0.11 0.17
HSL 171.04º 0.64% 0.53% -
HSV(B) 171.04º 0.73% 0.83% -
XYZ 34.06 51.09 55.64 -
YUV 162.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 57 211 188 0.73 0 0.11 0.17 171.04 0.64 0.53
Hex 39 D3 BC 49 0 B 11 AB 40 35
Octal 71 323 274 111 0 13 21 253 100 65
Binary 111001 11010011 10111100 1001001 0 1011 10001 10101011 1000000 110101

Color Harmonies of #39D3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D3BC

Black with #39D3BC

Text Example


Text Example

White with #39D3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,211,188); }

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

background-color css

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

 a { background-color: rgb(57,211,188); }

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

border-color css

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

 span { border-color: rgb(57,211,188); }

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