Html Css Color HEX #39CEBC Medium Turquoise

📋 copy color: '#39CEBC'

red 57 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #39CEBC

Tints of Medium Turquoise #39CEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 12.64%
G = 45.68%
B = 41.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#39CEBC (or 0x39CEBC) is known color: Medium Turquoise. HEX triplet: 39, CE and BC. RGB value is (57,206,188). Sum of RGB (Red+Green+Blue) = 57+206+188=451 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.64% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBC is #C63143. Grayscale: #9F9F9F. Windows color (decimal): -12988740 or 12373561. OLE color: 12373561.

HSL color Cylindrical-coordinate representation of color #39CEBC: hue angle of 172.75º 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 #39CEBC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 206 188 -
CMYK 0.72 0 0.09 0.19
HSL 172.75º 0.6% 0.52% -
HSV(B) 172.75º 0.72% 0.81% -
XYZ 32.84 48.64 55.24 -
YUV 159.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 57 206 188 0.72 0 0.09 0.19 172.75 0.6 0.52
Hex 39 CE BC 48 0 9 13 AD 3C 34
Octal 71 316 274 110 0 11 23 255 74 64
Binary 111001 11001110 10111100 1001000 0 1001 10011 10101101 111100 110100

Color Harmonies of #39CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CEBC

Black with #39CEBC

Text Example


Text Example

White with #39CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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