#2DDDEB

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

Shades of Turquoise #2DDDEB

Tints of Turquoise #2DDDEB

Color information

#2DDDEB (or 0x2DDDEB) is unknown color: approx Turquoise. HEX triplet: 2D, DD and EB. RGB value is (45,221,235). Sum of RGB (Red+Green+Blue) = 45+221+235=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DDDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDEB is #D22214. Grayscale: #A9A9A9. Windows color (decimal): -13771285 or 15457581. OLE color: 15457581.

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

Color convert

RGB45221235-
CMYK0.810.0600.08
HSL184.42º82.61%54.9%-
HSV(B)184.42º80.85%92.16%-
XYZ41.9358.2787.63-
YUV169.97164.6938.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal452212350.810.0600.08184.4282.6154.9
Hex2DDDEB51608b85337
Octal55335353121601027012367
Binary1011011101110111101011101000111001000101110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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