#2DF3E3

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

Shades of Turquoise #2DF3E3

Tints of Turquoise #2DF3E3

Color information

#2DF3E3 (or 0x2DF3E3) is unknown color: approx Turquoise. HEX triplet: 2D, F3 and E3. RGB value is (45,243,227). Sum of RGB (Red+Green+Blue) = 45+243+227=515 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.74% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF3E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF3E3 is #D20C1C. Grayscale: #B5B5B5. Windows color (decimal): -13765661 or 14938925. OLE color: 14938925.

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

Color convert

RGB45243227-
CMYK0.8100.070.05
HSL175.15º89.19%56.47%-
HSV(B)175.15º81.48%95.29%-
XYZ4770.2183.75-
YUV181.97153.430.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.74%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 227 (89.06% from 255) = 44.08%
R=8.74%
G=47.18%
B=44.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452432270.8100.070.05175.1589.1956.47
Hex2DF3E351075af5938
Octal5536334312107525713170
Binary101101111100111110001110100010111101101011111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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