#2FDDEC

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

Shades of Turquoise #2FDDEC

Tints of Turquoise #2FDDEC

Color information

#2FDDEC (or 0x2FDDEC) is unknown color: approx Turquoise. HEX triplet: 2F, DD and EC. RGB value is (47,221,236). Sum of RGB (Red+Green+Blue) = 47+221+236=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FDDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDDEC is #D02213. Grayscale: #AAAAAA. Windows color (decimal): -13640212 or 15523119. OLE color: 15523119.

HSL color Cylindrical-coordinate representation of color #2FDDEC: hue angle of 184.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDDEC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47221236-
CMYK0.800.0600.07
HSL184.76º83.26%55.49%-
HSV(B)184.76º80.08%92.55%-
XYZ42.1758.3788.4-
YUV170.68164.8539.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.33%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=9.33%
G=43.85%
B=46.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472212360.800.0600.07184.7683.2655.49
Hex2FDDEC50607b95337
Octal5733535412060727112367
Binary101111110111011110110010100001100111101110011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,221,236); }

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

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

 a { background-color: rgb(47,221,236); }

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

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

 span { border-color: rgb(47,221,236); }

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