#2FDCDC

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

Shades of Turquoise #2FDCDC

Tints of Turquoise #2FDCDC

Color information

#2FDCDC (or 0x2FDCDC) is unknown color: approx Turquoise. HEX triplet: 2F, DC and DC. RGB value is (47,220,220). Sum of RGB (Red+Green+Blue) = 47+220+220=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #2FDCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCDC is #D02323. Grayscale: #A8A8A8. Windows color (decimal): -13640484 or 14474287. OLE color: 14474287.

HSL color Cylindrical-coordinate representation of color #2FDCDC: hue angle of 180º 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 #2FDCDC is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB47220220-
CMYK0.79000.14
HSL180º71.19%52.35%-
HSV(B)180º78.64%86.27%-
XYZ39.6856.9676.61-
YUV168.27157.1941.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.65%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=9.65%
G=45.17%
B=45.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal472202200.79000.1418071.1952.35
Hex2FDCDC4F00Eb44734
Octal57334334117001626410764
Binary10111111011100110111001001111001110101101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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