#2DF7CB

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

Shades of Turquoise #2DF7CB

Tints of Turquoise #2DF7CB

Color information

#2DF7CB (or 0x2DF7CB) is unknown color: approx Turquoise. HEX triplet: 2D, F7 and CB. RGB value is (45,247,203). Sum of RGB (Red+Green+Blue) = 45+247+203=495 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.09% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF7CB is #D20834. Grayscale: #B5B5B5. Windows color (decimal): -13764661 or 13367085. OLE color: 13367085.

HSL color Cylindrical-coordinate representation of color #2DF7CB: hue angle of 166.93º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF7CB is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB45247203-
CMYK0.8200.180.03
HSL166.93º92.66%57.25%-
HSV(B)166.93º81.78%96.86%-
XYZ45.1271.3967.9-
YUV181.59140.0830.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.09%
GREEN value IS 247 (96.88% from 255) = 49.90%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=9.09%
G=49.90%
B=41.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal452472030.8200.180.03166.9392.6657.25
Hex2DF7CB520123a75d39
Octal55367313122022324713571
Binary1011011111011111001011101001001001011101001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,247,203); }

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

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

 a { background-color: rgb(45,247,203); }

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

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

 span { border-color: rgb(45,247,203); }

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