Html Css Color HEX #39BFC6 Medium Turquoise

📋 copy color: '#39BFC6'

red 57 ◦ green 191 ◦ blue 198

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

Shades of Medium Turquoise #39BFC6

Tints of Medium Turquoise #39BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 42.83%

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 12.78%
G = 42.83%
B = 44.39%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#39BFC6 (or 0x39BFC6) is known color: Medium Turquoise. HEX triplet: 39, BF and C6. RGB value is (57,191,198). Sum of RGB (Red+Green+Blue) = 57+191+198=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #39BFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFC6 is #C64039. Grayscale: #979797. Windows color (decimal): -12992570 or 13025081. OLE color: 13025081.

HSL color Cylindrical-coordinate representation of color #39BFC6: hue angle of 182.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39BFC6 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 191 198 -
CMYK 0.71 0.04 0 0.22
HSL 182.98º 0.55% 0.5% -
HSV(B) 182.98º 0.71% 0.78% -
XYZ 30.51 42.21 59.97 -
YUV 151.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 57 191 198 0.71 0.04 0 0.22 182.98 0.55 0.5
Hex 39 BF C6 47 4 0 16 B7 37 32
Octal 71 277 306 107 4 0 26 267 67 62
Binary 111001 10111111 11000110 1000111 100 0 10110 10110111 110111 110010

Color Harmonies of #39BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39BFC6

Black with #39BFC6

Text Example


Text Example

White with #39BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,191,198); }

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

background-color css

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

 a { background-color: rgb(57,191,198); }

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

border-color css

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

 span { border-color: rgb(57,191,198); }

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