#2FDBDC

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

Shades of Turquoise #2FDBDC

Tints of Turquoise #2FDBDC

Color information

#2FDBDC (or 0x2FDBDC) is unknown color: approx Turquoise. HEX triplet: 2F, DB and DC. RGB value is (47,219,220). Sum of RGB (Red+Green+Blue) = 47+219+220=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDBDC is #D02423. Grayscale: #A7A7A7. Windows color (decimal): -13640740 or 14474031. OLE color: 14474031.

HSL color Cylindrical-coordinate representation of color #2FDBDC: hue angle of 180.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDBDC is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB47219220-
CMYK0.790.0000.14
HSL180.35º71.19%52.35%-
HSV(B)180.35º78.64%86.27%-
XYZ39.4256.4376.53-
YUV167.69157.5241.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.67%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=9.67%
G=45.06%
B=45.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal472192200.790.0000.14180.3571.1952.35
Hex2FDBDC4F00Eb44734
Octal57333334117001626410764
Binary10111111011011110111001001111001110101101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,219,220); }

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

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

 a { background-color: rgb(47,219,220); }

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

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

 span { border-color: rgb(47,219,220); }

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