#2DE1F2

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

Shades of Turquoise #2DE1F2

Tints of Turquoise #2DE1F2

Color information

#2DE1F2 (or 0x2DE1F2) is unknown color: approx Turquoise. HEX triplet: 2D, E1 and F2. RGB value is (45,225,242). Sum of RGB (Red+Green+Blue) = 45+225+242=512 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.79% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #2DE1F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DE1F2 is #D21E0D. Grayscale: #ACACAC. Windows color (decimal): -13770254 or 15917357. OLE color: 15917357.

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

Color convert

RGB45225242-
CMYK0.810.0700.05
HSL185.18º88.34%56.27%-
HSV(B)185.18º81.4%94.9%-
XYZ44.0360.8293.42-
YUV173.12166.8736.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.79%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 242 (94.92% from 255) = 47.27%
R=8.79%
G=43.95%
B=47.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452252420.810.0700.05185.1888.3456.27
Hex2DE1F251705b95838
Octal5534136212170527113070
Binary101101111000011111001010100011110101101110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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