#2FDCEA

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

Shades of Turquoise #2FDCEA

Tints of Turquoise #2FDCEA

Color information

#2FDCEA (or 0x2FDCEA) is unknown color: approx Turquoise. HEX triplet: 2F, DC and EA. RGB value is (47,220,234). Sum of RGB (Red+Green+Blue) = 47+220+234=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCEA is #D02315. Grayscale: #A9A9A9. Windows color (decimal): -13640470 or 15391791. OLE color: 15391791.

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

Color convert

RGB47220234-
CMYK0.800.0600.08
HSL184.49º81.66%55.1%-
HSV(B)184.49º79.91%91.76%-
XYZ41.6257.7386.79-
YUV169.87164.1940.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.38%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=9.38%
G=43.91%
B=46.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472202340.800.0600.08184.4981.6655.1
Hex2FDCEA50608b85237
Octal57334352120601027012267
Binary1011111101110011101010101000011001000101110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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