#2DD8F1

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

Shades of Turquoise #2DD8F1

Tints of Turquoise #2DD8F1

Color information

#2DD8F1 (or 0x2DD8F1) is unknown color: approx Turquoise. HEX triplet: 2D, D8 and F1. RGB value is (45,216,241). Sum of RGB (Red+Green+Blue) = 45+216+241=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DD8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD8F1 is #D2270E. Grayscale: #A7A7A7. Windows color (decimal): -13772559 or 15849517. OLE color: 15849517.

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

Color convert

RGB45216241-
CMYK0.810.1000.05
HSL187.65º87.5%56.08%-
HSV(B)187.65º81.33%94.51%-
XYZ41.5256.0291.84-
YUV167.72169.3540.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.96%
GREEN value IS 216 (84.77% from 255) = 43.03%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=8.96%
G=43.03%
B=48.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452162410.810.1000.05187.6587.556.08
Hex2DD8F151A05bc5838
Octal55330361121120527413070
Binary1011011101100011110001101000110100101101111001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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