#3DFFDF

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

Shades of Turquoise #3DFFDF

Tints of Turquoise #3DFFDF

Color information

#3DFFDF (or 0x3DFFDF) is unknown color: approx Turquoise. HEX triplet: 3D, FF and DF. RGB value is (61,255,223). Sum of RGB (Red+Green+Blue) = 61+255+223=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFDF is #C20020. Grayscale: #C1C1C1. Windows color (decimal): -12714017 or 14679869. OLE color: 14679869.

HSL color Cylindrical-coordinate representation of color #3DFFDF: hue angle of 170.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFDF is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB61255223-
CMYK0.7600.130
HSL170.1º100%61.96%-
HSV(B)170.1º76.08%100%-
XYZ5177.8482.15-
YUV193.35144.7333.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.32%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=11.32%
G=47.31%
B=41.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal612552230.7600.130170.110061.96
Hex3DFFDF4C0D0aa643e
Octal75377337114015025214476
Binary11110111111111110111111001100011010101010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,255,223); }

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

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

 a { background-color: rgb(61,255,223); }

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

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

 span { border-color: rgb(61,255,223); }

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