#2FEBE7

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

Shades of Turquoise #2FEBE7

Tints of Turquoise #2FEBE7

Color information

#2FEBE7 (or 0x2FEBE7) is unknown color: approx Turquoise. HEX triplet: 2F, EB and E7. RGB value is (47,235,231). Sum of RGB (Red+Green+Blue) = 47+235+231=513 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.16% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBE7 is #D01418. Grayscale: #B2B2B2. Windows color (decimal): -13636633 or 15199023. OLE color: 15199023.

HSL color Cylindrical-coordinate representation of color #2FEBE7: hue angle of 178.72º 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 #2FEBE7 is Cyan = 0.8, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB47235231-
CMYK0.800.020.08
HSL178.72º82.46%55.29%-
HSV(B)178.72º80%92.16%-
XYZ45.365.7985.91-
YUV178.33157.7234.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.16%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 231 (90.62% from 255) = 45.03%
R=9.16%
G=45.81%
B=45.03%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472352310.800.020.08178.7282.4655.29
Hex2FEBE750028b35237
Octal57353347120021026312267
Binary101111111010111110011110100000101000101100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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