#2FE1FE

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

Shades of Turquoise #2FE1FE

Tints of Turquoise #2FE1FE

Color information

#2FE1FE (or 0x2FE1FE) is unknown color: approx Turquoise. HEX triplet: 2F, E1 and FE. RGB value is (47,225,254). Sum of RGB (Red+Green+Blue) = 47+225+254=526 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.94% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FE1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE1FE is #D01E01. Grayscale: #AEAEAE. Windows color (decimal): -13639170 or 16703791. OLE color: 16703791.

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

Color convert

RGB47225254-
CMYK0.810.1100.00
HSL188.41º99.04%59.02%-
HSV(B)188.41º81.5%99.61%-
XYZ45.9961.61103.23-
YUV175.08172.5336.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.94%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=8.94%
G=42.78%
B=48.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472252540.810.1100.00188.4199.0459.02
Hex2FE1FE51B00bc633b
Octal57341376121130027414373
Binary10111111100001111111101010001101100101111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,225,254); }

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

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

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

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

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

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

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