Html Css Color HEX #39D6BC Turquoise

📋 copy color: '#39D6BC'

red 57 ◦ green 214 ◦ blue 188

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

Shades of Turquoise #39D6BC

Tints of Turquoise #39D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.62%

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

R = 12.42%
G = 46.62%
B = 40.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#39D6BC (or 0x39D6BC) is known color: Turquoise. HEX triplet: 39, D6 and BC. RGB value is (57,214,188). Sum of RGB (Red+Green+Blue) = 57+214+188=459 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.42% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #39D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D6BC is #C62943. Grayscale: #A4A4A4. Windows color (decimal): -12986692 or 12375609. OLE color: 12375609.

HSL color Cylindrical-coordinate representation of color #39D6BC: hue angle of 170.06º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D6BC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 214 188 -
CMYK 0.73 0 0.12 0.16
HSL 170.06º 0.66% 0.53% -
HSV(B) 170.06º 0.73% 0.84% -
XYZ 34.81 52.59 55.89 -
YUV 164.09 141.49 51.61 -
System Red Green Blue C M Y K H S L
Decimal 57 214 188 0.73 0 0.12 0.16 170.06 0.66 0.53
Hex 39 D6 BC 49 0 C 10 AA 42 35
Octal 71 326 274 111 0 14 20 252 102 65
Binary 111001 11010110 10111100 1001001 0 1100 10000 10101010 1000010 110101

Color Harmonies of #39D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D6BC

Black with #39D6BC

Text Example


Text Example

White with #39D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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