#2FFCE7

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

Shades of Turquoise #2FFCE7

Tints of Turquoise #2FFCE7

Color information

#2FFCE7 (or 0x2FFCE7) is unknown color: approx Turquoise. HEX triplet: 2F, FC and E7. RGB value is (47,252,231). Sum of RGB (Red+Green+Blue) = 47+252+231=530 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.87% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCE7 is #D00318. Grayscale: #BCBCBC. Windows color (decimal): -13632281 or 15203375. OLE color: 15203375.

HSL color Cylindrical-coordinate representation of color #2FFCE7: hue angle of 173.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCE7 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB47252231-
CMYK0.8100.080.01
HSL173.85º97.16%58.63%-
HSV(B)173.85º81.35%98.82%-
XYZ50.4175.9987.61-
YUV188.31152.0827.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.87%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=8.87%
G=47.55%
B=43.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal472522310.8100.080.01173.8597.1658.63
Hex2FFCE751081ae613b
Octal57374347121010125614173
Binary10111111111100111001111010001010001101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,252,231); }

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

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

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

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

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

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

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