Html Css Color HEX #39CEB7 Medium Turquoise

📋 copy color: '#39CEB7'

red 57 ◦ green 206 ◦ blue 183

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

Shades of Medium Turquoise #39CEB7

Tints of Medium Turquoise #39CEB7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

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

R = 12.78%
G = 46.19%
B = 41.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#39CEB7 (or 0x39CEB7) is known color: Medium Turquoise. HEX triplet: 39, CE and B7. RGB value is (57,206,183). Sum of RGB (Red+Green+Blue) = 57+206+183=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEB7 is #C63148. Grayscale: #9E9E9E. Windows color (decimal): -12988745 or 12045881. OLE color: 12045881.

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

Color convert

RGB 57 206 183 -
CMYK 0.72 0 0.11 0.19
HSL 170.74º 0.6% 0.52% -
HSV(B) 170.74º 0.72% 0.81% -
XYZ 32.31 48.43 52.45 -
YUV 158.83 141.64 55.37 -
System Red Green Blue C M Y K H S L
Decimal 57 206 183 0.72 0 0.11 0.19 170.74 0.6 0.52
Hex 39 CE B7 48 0 B 13 AB 3C 34
Octal 71 316 267 110 0 13 23 253 74 64
Binary 111001 11001110 10110111 1001000 0 1011 10011 10101011 111100 110100

Color Harmonies of #39CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CEB7

Black with #39CEB7

Text Example


Text Example

White with #39CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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