Html Css Color HEX #39CDB7 Medium Turquoise

📋 copy color: '#39CDB7'

red 57 ◦ green 205 ◦ blue 183

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

Shades of Medium Turquoise #39CDB7

Tints of Medium Turquoise #39CDB7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 12.81%
G = 46.07%
B = 41.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#39CDB7 (or 0x39CDB7) is known color: Medium Turquoise. HEX triplet: 39, CD and B7. RGB value is (57,205,183). Sum of RGB (Red+Green+Blue) = 57+205+183=445 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.81% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #39CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDB7 is #C63248. Grayscale: #9E9E9E. Windows color (decimal): -12989001 or 12045625. OLE color: 12045625.

HSL color Cylindrical-coordinate representation of color #39CDB7: hue angle of 171.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CDB7 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 205 183 -
CMYK 0.72 0 0.11 0.20
HSL 171.08º 0.6% 0.51% -
HSV(B) 171.08º 0.72% 0.8% -
XYZ 32.07 47.95 52.37 -
YUV 158.24 141.97 55.79 -
System Red Green Blue C M Y K H S L
Decimal 57 205 183 0.72 0 0.11 0.20 171.08 0.6 0.51
Hex 39 CD B7 48 0 B 14 AB 3C 33
Octal 71 315 267 110 0 13 24 253 74 63
Binary 111001 11001101 10110111 1001000 0 1011 10100 10101011 111100 110011

Color Harmonies of #39CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CDB7

Black with #39CDB7

Text Example


Text Example

White with #39CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,205,183); }

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

background-color css

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

 a { background-color: rgb(57,205,183); }

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

border-color css

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

 span { border-color: rgb(57,205,183); }

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