#2DF3E5

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

Shades of Turquoise #2DF3E5

Tints of Turquoise #2DF3E5

Color information

#2DF3E5 (or 0x2DF3E5) is unknown color: approx Turquoise. HEX triplet: 2D, F3 and E5. RGB value is (45,243,229). Sum of RGB (Red+Green+Blue) = 45+243+229=517 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.70% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF3E5 is #D20C1A. Grayscale: #B6B6B6. Windows color (decimal): -13765659 or 15069997. OLE color: 15069997.

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

Color convert

RGB45243229-
CMYK0.8100.060.05
HSL175.76º89.19%56.47%-
HSV(B)175.76º81.48%95.29%-
XYZ47.2870.3285.21-
YUV182.2154.430.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.70%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 229 (89.84% from 255) = 44.29%
R=8.70%
G=47.00%
B=44.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452432290.8100.060.05175.7689.1956.47
Hex2DF3E551065b05938
Octal5536334512106526013170
Binary101101111100111110010110100010110101101100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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