#2DE1EC

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

Shades of Turquoise #2DE1EC

Tints of Turquoise #2DE1EC

Color information

#2DE1EC (or 0x2DE1EC) is unknown color: approx Turquoise. HEX triplet: 2D, E1 and EC. RGB value is (45,225,236). Sum of RGB (Red+Green+Blue) = 45+225+236=506 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.89% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DE1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DE1EC is #D21E13. Grayscale: #ACACAC. Windows color (decimal): -13770260 or 15524141. OLE color: 15524141.

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

Color convert

RGB45225236-
CMYK0.810.0500.07
HSL183.46º83.41%55.1%-
HSV(B)183.46º80.93%92.55%-
XYZ43.1560.4688.75-
YUV172.43163.8737.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.89%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 236 (92.58% from 255) = 46.64%
R=8.89%
G=44.47%
B=46.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal452252360.810.0500.07183.4683.4155.1
Hex2DE1EC51507b75337
Octal5534135412150726712367
Binary101101111000011110110010100011010111101101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,225,236); }

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

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

 a { background-color: rgb(45,225,236); }

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

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

 span { border-color: rgb(45,225,236); }

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