#3DF7C9

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

Shades of Turquoise #3DF7C9

Tints of Turquoise #3DF7C9

Color information

#3DF7C9 (or 0x3DF7C9) is unknown color: approx Turquoise. HEX triplet: 3D, F7 and C9. RGB value is (61,247,201). Sum of RGB (Red+Green+Blue) = 61+247+201=509 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.98% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7C9 is #C20836. Grayscale: #BABABA. Windows color (decimal): -12716087 or 13236029. OLE color: 13236029.

HSL color Cylindrical-coordinate representation of color #3DF7C9: hue angle of 165.16º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF7C9 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB61247201-
CMYK0.7500.190.03
HSL165.16º92.08%60.39%-
HSV(B)165.16º75.3%96.86%-
XYZ45.7371.7366.69-
YUV186.14136.3838.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.98%
GREEN value IS 247 (96.88% from 255) = 48.53%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=11.98%
G=48.53%
B=39.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612472010.7500.190.03165.1692.0860.39
Hex3DF7C94B0133a55c3c
Octal75367311113023324513474
Binary1111011111011111001001100101101001111101001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DF7C9; }

 p { color: rgb(61,247,201); }

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

<style>
 a { background-color: #3DF7C9; }

 a { background-color: rgb(61,247,201); }

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

<style>
 span { border-color: #3DF7C9; }

 span { border-color: rgb(61,247,201); }

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