#2DF1E5

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

Shades of Turquoise #2DF1E5

Tints of Turquoise #2DF1E5

Color information

#2DF1E5 (or 0x2DF1E5) is unknown color: approx Turquoise. HEX triplet: 2D, F1 and E5. RGB value is (45,241,229). Sum of RGB (Red+Green+Blue) = 45+241+229=515 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.74% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF1E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF1E5 is #D20E1A. Grayscale: #B4B4B4. Windows color (decimal): -13766171 or 15069485. OLE color: 15069485.

HSL color Cylindrical-coordinate representation of color #2DF1E5: hue angle of 176.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF1E5 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB45241229-
CMYK0.8100.050.05
HSL176.33º87.5%56.08%-
HSV(B)176.33º81.33%94.51%-
XYZ46.6869.1385.01-
YUV181.03155.0730.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.74%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 229 (89.84% from 255) = 44.47%
R=8.74%
G=46.80%
B=44.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452412290.8100.050.05176.3387.556.08
Hex2DF1E551055b05838
Octal5536134512105526013070
Binary101101111100011110010110100010101101101100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,241,229); }

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

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

 a { background-color: rgb(45,241,229); }

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

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

 span { border-color: rgb(45,241,229); }

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