#39CFE1

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

Shades of Medium Turquoise #39CFE1

Tints of Medium Turquoise #39CFE1

Color information

#39CFE1 (or 0x39CFE1) is unknown color: approx Medium Turquoise. HEX triplet: 39, CF and E1. RGB value is (57,207,225). Sum of RGB (Red+Green+Blue) = 57+207+225=489 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.66% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #39CFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFE1 is #C6301E. Grayscale: #A3A3A3. Windows color (decimal): -12988447 or 14798649. OLE color: 14798649.

HSL color Cylindrical-coordinate representation of color #39CFE1: hue angle of 186.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39CFE1 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB57207225-
CMYK0.750.0800.12
HSL186.43º73.68%55.29%-
HSV(B)186.43º74.67%88.24%-
XYZ37.5950.9379.08-
YUV164.2162.351.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.66%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=11.66%
G=42.33%
B=46.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal572072250.750.0800.12186.4373.6855.29
Hex39CFE14B80Cba4a37
Octal713173411131001427211267
Binary11100111001111111000011001011100001100101110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,207,225); }

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

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

 a { background-color: rgb(57,207,225); }

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

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

 span { border-color: rgb(57,207,225); }

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