#2DEBDD

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

Shades of Turquoise #2DEBDD

Tints of Turquoise #2DEBDD

Color information

#2DEBDD (or 0x2DEBDD) is unknown color: approx Turquoise. HEX triplet: 2D, EB and DD. RGB value is (45,235,221). Sum of RGB (Red+Green+Blue) = 45+235+221=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEBDD is #D21422. Grayscale: #B0B0B0. Windows color (decimal): -13767715 or 14543661. OLE color: 14543661.

HSL color Cylindrical-coordinate representation of color #2DEBDD: hue angle of 175.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEBDD is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB45235221-
CMYK0.8100.060.08
HSL175.58º82.61%54.9%-
HSV(B)175.58º80.85%92.16%-
XYZ43.8465.278.68-
YUV176.59153.0534.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.98%
GREEN value IS 235 (92.19% from 255) = 46.91%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=8.98%
G=46.91%
B=44.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal452352210.8100.060.08175.5882.6154.9
Hex2DEBDD51068b05337
Octal55353335121061026012367
Binary1011011110101111011101101000101101000101100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,235,221); }

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

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

 a { background-color: rgb(45,235,221); }

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

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

 span { border-color: rgb(45,235,221); }

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