#2DF6CF

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

Shades of Turquoise #2DF6CF

Tints of Turquoise #2DF6CF

Color information

#2DF6CF (or 0x2DF6CF) is unknown color: approx Turquoise. HEX triplet: 2D, F6 and CF. RGB value is (45,246,207). Sum of RGB (Red+Green+Blue) = 45+246+207=498 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.04% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF6CF is #D20930. Grayscale: #B5B5B5. Windows color (decimal): -13764913 or 13628973. OLE color: 13628973.

HSL color Cylindrical-coordinate representation of color #2DF6CF: hue angle of 168.36º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF6CF is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB45246207-
CMYK0.8200.160.04
HSL168.36º91.78%57.06%-
HSV(B)168.36º81.71%96.47%-
XYZ45.370.9770.34-
YUV181.46142.4130.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.04%
GREEN value IS 246 (96.48% from 255) = 49.40%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=9.04%
G=49.40%
B=41.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal452462070.8200.160.04168.3691.7857.06
Hex2DF6CF520104a85c39
Octal55366317122020425013471
Binary10110111110110110011111010010010000100101010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DF6CF; }

 p { color: rgb(45,246,207); }

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

<style>
 a { background-color: #2DF6CF; }

 a { background-color: rgb(45,246,207); }

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

<style>
 span { border-color: #2DF6CF; }

 span { border-color: rgb(45,246,207); }

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