#2DEFC3

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

Shades of Turquoise #2DEFC3

Tints of Turquoise #2DEFC3

Color information

#2DEFC3 (or 0x2DEFC3) is unknown color: approx Turquoise. HEX triplet: 2D, EF and C3. RGB value is (45,239,195). Sum of RGB (Red+Green+Blue) = 45+239+195=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFC3 is #D2103C. Grayscale: #AFAFAF. Windows color (decimal): -13766717 or 12840749. OLE color: 12840749.

HSL color Cylindrical-coordinate representation of color #2DEFC3: hue angle of 166.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFC3 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB45239195-
CMYK0.8100.180.06
HSL166.39º85.84%55.69%-
HSV(B)166.39º81.17%93.73%-
XYZ41.866.2362.21-
YUV175.98138.7334.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.39%
GREEN value IS 239 (93.75% from 255) = 49.90%
BLUE value IS 195 (76.56% from 255) = 40.71%
R=9.39%
G=49.90%
B=40.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal452391950.8100.180.06166.3985.8455.69
Hex2DEFC3510126a65638
Octal55357303121022624612670
Binary10110111101111110000111010001010010110101001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,239,195); }

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

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

 a { background-color: rgb(45,239,195); }

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

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

 span { border-color: rgb(45,239,195); }

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