#2DDBF1

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

Shades of Turquoise #2DDBF1

Tints of Turquoise #2DDBF1

Color information

#2DDBF1 (or 0x2DDBF1) is unknown color: approx Turquoise. HEX triplet: 2D, DB and F1. RGB value is (45,219,241). Sum of RGB (Red+Green+Blue) = 45+219+241=505 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.91% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBF1 is #D2240E. Grayscale: #A9A9A9. Windows color (decimal): -13771791 or 15850285. OLE color: 15850285.

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

Color convert

RGB45219241-
CMYK0.810.0900.05
HSL186.73º87.5%56.08%-
HSV(B)186.73º81.33%94.51%-
XYZ42.2957.5792.1-
YUV169.48168.3539.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.91%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 241 (94.53% from 255) = 47.72%
R=8.91%
G=43.37%
B=47.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452192410.810.0900.05186.7387.556.08
Hex2DDBF151905bb5838
Octal55333361121110527313070
Binary1011011101101111110001101000110010101101110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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