#2DFBD2

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

Shades of Turquoise #2DFBD2

Tints of Turquoise #2DFBD2

Color information

#2DFBD2 (or 0x2DFBD2) is unknown color: approx Turquoise. HEX triplet: 2D, FB and D2. RGB value is (45,251,210). Sum of RGB (Red+Green+Blue) = 45+251+210=506 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.89% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFBD2 is #D2042D. Grayscale: #B8B8B8. Windows color (decimal): -13763630 or 13826861. OLE color: 13826861.

HSL color Cylindrical-coordinate representation of color #2DFBD2: hue angle of 168.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFBD2 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB45251210-
CMYK0.8200.160.02
HSL168.06º96.26%58.04%-
HSV(B)168.06º82.07%98.43%-
XYZ47.2174.2172.81-
YUV184.73142.2528.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.89%
GREEN value IS 251 (98.44% from 255) = 49.60%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=8.89%
G=49.60%
B=41.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal452512100.8200.160.02168.0696.2658.04
Hex2DFBD2520102a8603a
Octal55373322122020225014072
Binary1011011111101111010010101001001000010101010001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,251,210); }

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

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

 a { background-color: rgb(45,251,210); }

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

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

 span { border-color: rgb(45,251,210); }

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