Html Css Color HEX #39E6BC Turquoise

📋 copy color: '#39E6BC'

red 57 ◦ green 230 ◦ blue 188

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

Shades of Turquoise #39E6BC

Tints of Turquoise #39E6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.42%

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

R = 12%
G = 48.42%
B = 39.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#39E6BC (or 0x39E6BC) is known color: Turquoise. HEX triplet: 39, E6 and BC. RGB value is (57,230,188). Sum of RGB (Red+Green+Blue) = 57+230+188=475 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #39E6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E6BC is #C61943. Grayscale: #ADADAD. Windows color (decimal): -12982596 or 12379705. OLE color: 12379705.

HSL color Cylindrical-coordinate representation of color #39E6BC: hue angle of 165.43º degrees, saturation: 0.78, 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 #39E6BC is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 57 230 188 -
CMYK 0.75 0 0.18 0.10
HSL 165.43º 0.78% 0.56% -
HSV(B) 165.43º 0.75% 0.9% -
XYZ 39.06 61.09 57.31 -
YUV 173.49 136.19 44.92 -
System Red Green Blue C M Y K H S L
Decimal 57 230 188 0.75 0 0.18 0.10 165.43 0.78 0.56
Hex 39 E6 BC 4B 0 12 A A5 4E 38
Octal 71 346 274 113 0 22 12 245 116 70
Binary 111001 11100110 10111100 1001011 0 10010 1010 10100101 1001110 111000

Color Harmonies of #39E6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E6BC

Black with #39E6BC

Text Example


Text Example

White with #39E6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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