#39FEC0

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

Shades of Turquoise #39FEC0

Tints of Turquoise #39FEC0

Color information

#39FEC0 (or 0x39FEC0) is unknown color: approx Turquoise. HEX triplet: 39, FE and C0. RGB value is (57,254,192). Sum of RGB (Red+Green+Blue) = 57+254+192=503 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.33% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FEC0 is #C6013F. Grayscale: #BCBCBC. Windows color (decimal): -12976448 or 12647993. OLE color: 12647993.

HSL color Cylindrical-coordinate representation of color #39FEC0: hue angle of 161.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FEC0 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB57254192-
CMYK0.7800.240.00
HSL161.12º98.99%60.98%-
HSV(B)161.12º77.56%99.61%-
XYZ46.6475.5662-
YUV188.03130.2334.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.33%
GREEN value IS 254 (99.61% from 255) = 50.50%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=11.33%
G=50.50%
B=38.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal572541920.7800.240.00161.1298.9960.98
Hex39FEC04E0180a1633d
Octal71376300116030024114375
Binary111001111111101100000010011100110000101000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,254,192); }

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

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

 a { background-color: rgb(57,254,192); }

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

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

 span { border-color: rgb(57,254,192); }

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