#39FDC4

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

Shades of Turquoise #39FDC4

Tints of Turquoise #39FDC4

Color information

#39FDC4 (or 0x39FDC4) is unknown color: approx Turquoise. HEX triplet: 39, FD and C4. RGB value is (57,253,196). Sum of RGB (Red+Green+Blue) = 57+253+196=506 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.26% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #39FDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FDC4 is #C6023B. Grayscale: #BBBBBB. Windows color (decimal): -12976700 or 12909881. OLE color: 12909881.

HSL color Cylindrical-coordinate representation of color #39FDC4: hue angle of 162.55º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FDC4 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB57253196-
CMYK0.7700.230.01
HSL162.55º98%60.78%-
HSV(B)162.55º77.47%99.22%-
XYZ46.7875.1164.26-
YUV187.9132.5734.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.26%
GREEN value IS 253 (99.22% from 255) = 50%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=11.26%
G=50%
B=38.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal572531960.7700.230.01162.559860.78
Hex39FDC44D0171a3623d
Octal71375304115027124314275
Binary111001111111011100010010011010101111101000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,253,196); }

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

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

 a { background-color: rgb(57,253,196); }

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

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

 span { border-color: rgb(57,253,196); }

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