#39CEBB

Color #39CEBB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #39CEBB

Tints of Medium Turquoise #39CEBB

Color information

#39CEBB (or 0x39CEBB) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and BB. RGB value is (57,206,187). Sum of RGB (Red+Green+Blue) = 57+206+187=450 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.67% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBB is #C63144. Grayscale: #9F9F9F. Windows color (decimal): -12988741 or 12308025. OLE color: 12308025.

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

Color convert

RGB57206187-
CMYK0.7200.090.19
HSL172.35º60.32%51.57%-
HSV(B)172.35º72.33%80.78%-
XYZ32.7348.654.67-
YUV159.28143.6455.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.67%
GREEN value IS 206 (80.86% from 255) = 45.78%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=12.67%
G=45.78%
B=41.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572061870.7200.090.19172.3560.3251.57
Hex39CEBB480913ac3c34
Octal71316273110011232547464
Binary11100111001110101110111001000010011001110101100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39CEBB;
 }
 .AnyTagClassName
 {
   color: #39CEBB;
 }
</style>
background-color css

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

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

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

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

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

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