#3DF7C7

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

Shades of Turquoise #3DF7C7

Tints of Turquoise #3DF7C7

Color information

#3DF7C7 (or 0x3DF7C7) is unknown color: approx Turquoise. HEX triplet: 3D, F7 and C7. RGB value is (61,247,199). Sum of RGB (Red+Green+Blue) = 61+247+199=507 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.03% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7C7 is #C20838. Grayscale: #B9B9B9. Windows color (decimal): -12716089 or 13104957. OLE color: 13104957.

HSL color Cylindrical-coordinate representation of color #3DF7C7: hue angle of 164.52º 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 #3DF7C7 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB61247199-
CMYK0.7500.190.03
HSL164.52º92.08%60.39%-
HSV(B)164.52º75.3%96.86%-
XYZ45.4971.6465.46-
YUV185.91135.3838.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.03%
GREEN value IS 247 (96.88% from 255) = 48.72%
BLUE value IS 199 (78.12% from 255) = 39.25%
R=12.03%
G=48.72%
B=39.25%

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
Decimal612471990.7500.190.03164.5292.0860.39
Hex3DF7C74B0133a55c3c
Octal75367307113023324513474
Binary1111011111011111000111100101101001111101001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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