Html Css Color HEX #39BDC0 Medium Turquoise

📋 copy color: '#39BDC0'

red 57 ◦ green 189 ◦ blue 192

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

Shades of Medium Turquoise #39BDC0

Tints of Medium Turquoise #39BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 13.01%
G = 43.15%
B = 43.84%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#39BDC0 (or 0x39BDC0) is known color: Medium Turquoise. HEX triplet: 39, BD and C0. RGB value is (57,189,192). Sum of RGB (Red+Green+Blue) = 57+189+192=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #39BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BDC0 is #C6423F. Grayscale: #959595. Windows color (decimal): -12993088 or 12631353. OLE color: 12631353.

HSL color Cylindrical-coordinate representation of color #39BDC0: hue angle of 181.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BDC0 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 189 192 -
CMYK 0.70 0.02 0 0.25
HSL 181.33º 0.54% 0.49% -
HSV(B) 181.33º 0.7% 0.75% -
XYZ 29.4 41.07 56.25 -
YUV 149.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 57 189 192 0.70 0.02 0 0.25 181.33 0.54 0.49
Hex 39 BD C0 46 2 0 19 B5 36 31
Octal 71 275 300 106 2 0 31 265 66 61
Binary 111001 10111101 11000000 1000110 10 0 11001 10110101 110110 110001

Color Harmonies of #39BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39BDC0

Black with #39BDC0

Text Example


Text Example

White with #39BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,189,192); }

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

background-color css

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

 a { background-color: rgb(57,189,192); }

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

border-color css

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

 span { border-color: rgb(57,189,192); }

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