#39FFC0

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

Shades of Turquoise #39FFC0

Tints of Turquoise #39FFC0

Color information

#39FFC0 (or 0x39FFC0) is unknown color: approx Turquoise. HEX triplet: 39, FF and C0. RGB value is (57,255,192). Sum of RGB (Red+Green+Blue) = 57+255+192=504 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.31% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFC0 is #C6003F. Grayscale: #BCBCBC. Windows color (decimal): -12976192 or 12648249. OLE color: 12648249.

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

Color convert

RGB57255192-
CMYK0.7800.250
HSL160.91º100%61.18%-
HSV(B)160.91º77.65%100%-
XYZ46.9676.262.1-
YUV188.62129.934.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.31%
GREEN value IS 255 (100% from 255) = 50.60%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=11.31%
G=50.60%
B=38.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal572551920.7800.250160.9110061.18
Hex39FFC04E0190a1643d
Octal71377300116031024114475
Binary111001111111111100000010011100110010101000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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