#2DEFDB

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

Shades of Turquoise #2DEFDB

Tints of Turquoise #2DEFDB

Color information

#2DEFDB (or 0x2DEFDB) is unknown color: approx Turquoise. HEX triplet: 2D, EF and DB. RGB value is (45,239,219). Sum of RGB (Red+Green+Blue) = 45+239+219=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFDB is #D21024. Grayscale: #B2B2B2. Windows color (decimal): -13766693 or 14413613. OLE color: 14413613.

HSL color Cylindrical-coordinate representation of color #2DEFDB: hue angle of 173.81º 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 #2DEFDB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB45239219-
CMYK0.8100.080.06
HSL173.81º85.84%55.69%-
HSV(B)173.81º81.17%93.73%-
XYZ44.7367.4177.67-
YUV178.71150.7332.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.95%
GREEN value IS 239 (93.75% from 255) = 47.51%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=8.95%
G=47.51%
B=43.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal452392190.8100.080.06173.8185.8455.69
Hex2DEFDB51086ae5638
Octal55357333121010625612670
Binary1011011110111111011011101000101000110101011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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