Html Css Color HEX #39BFC7 Medium Turquoise

📋 copy color: '#39BFC7'

red 57 ◦ green 191 ◦ blue 199

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

Shades of Medium Turquoise #39BFC7

Tints of Medium Turquoise #39BFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.52%

R = 12.75%
G = 42.73%
B = 44.52%

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

#39BFC7 (or 0x39BFC7) is known color: Medium Turquoise. HEX triplet: 39, BF and C7. RGB value is (57,191,199). Sum of RGB (Red+Green+Blue) = 57+191+199=447 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.75% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #39BFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BFC7 is #C64038. Grayscale: #979797. Windows color (decimal): -12992569 or 13090617. OLE color: 13090617.

HSL color Cylindrical-coordinate representation of color #39BFC7: hue angle of 183.38º degrees, saturation: 0.56, 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 #39BFC7 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 191 199 -
CMYK 0.71 0.04 0 0.22
HSL 183.38º 0.56% 0.5% -
HSV(B) 183.38º 0.71% 0.78% -
XYZ 30.63 42.25 60.57 -
YUV 151.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 57 191 199 0.71 0.04 0 0.22 183.38 0.56 0.5
Hex 39 BF C7 47 4 0 16 B7 38 32
Octal 71 277 307 107 4 0 26 267 70 62
Binary 111001 10111111 11000111 1000111 100 0 10110 10110111 111000 110010

Color Harmonies of #39BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39BFC7

Black with #39BFC7

Text Example


Text Example

White with #39BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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