#2DDAF4

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

Shades of Turquoise #2DDAF4

Tints of Turquoise #2DDAF4

Color information

#2DDAF4 (or 0x2DDAF4) is unknown color: approx Turquoise. HEX triplet: 2D, DA and F4. RGB value is (45,218,244). Sum of RGB (Red+Green+Blue) = 45+218+244=507 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.88% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #2DDAF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDAF4 is #D2250B. Grayscale: #A8A8A8. Windows color (decimal): -13772044 or 16046637. OLE color: 16046637.

HSL color Cylindrical-coordinate representation of color #2DDAF4: hue angle of 187.84º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDAF4 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB45218244-
CMYK0.820.1100.04
HSL187.84º90.05%56.67%-
HSV(B)187.84º81.56%95.69%-
XYZ42.4857.2394.4-
YUV169.24170.1939.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.88%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=8.88%
G=43.00%
B=48.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal452182440.820.1100.04187.8490.0556.67
Hex2DDAF452B04bc5a39
Octal55332364122130427413271
Binary1011011101101011110100101001010110100101111001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,218,244); }

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

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

 a { background-color: rgb(45,218,244); }

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

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

 span { border-color: rgb(45,218,244); }

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