#2DF3CF

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

Shades of Turquoise #2DF3CF

Tints of Turquoise #2DF3CF

Color information

#2DF3CF (or 0x2DF3CF) is unknown color: approx Turquoise. HEX triplet: 2D, F3 and CF. RGB value is (45,243,207). Sum of RGB (Red+Green+Blue) = 45+243+207=495 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.09% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF3CF is #D20C30. Grayscale: #B3B3B3. Windows color (decimal): -13765681 or 13628205. OLE color: 13628205.

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

Color convert

RGB45243207-
CMYK0.8100.150.05
HSL169.09º89.19%56.47%-
HSV(B)169.09º81.48%95.29%-
XYZ44.469.1670.04-
YUV179.69143.431.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.09%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=9.09%
G=49.09%
B=41.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452432070.8100.150.05169.0989.1956.47
Hex2DF3CF510F5a95938
Octal55363317121017525113170
Binary1011011111001111001111101000101111101101010011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,243,207); }

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

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

 a { background-color: rgb(45,243,207); }

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

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

 span { border-color: rgb(45,243,207); }

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