#1fe2e5

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

Shades of Bright Turquoise #1FE2E5

Tints of Bright Turquoise #1FE2E5

Color information

#1FE2E5 (or 0x1FE2E5) is unknown color: approx Bright Turquoise. HEX triplet: 1F, E2 and E5. RGB value is (31,226,229). Sum of RGB (Red+Green+Blue) = 31+226+229=486 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.38% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #1FE2E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE2E5 is #E01D1A. Grayscale: #A7A7A7. Windows color (decimal): -14687515 or 15065631. OLE color: 15065631.

HSL color Cylindrical-coordinate representation of color #1FE2E5: hue angle of 180.91º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE2E5 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB31226229-
CMYK0.860.0100.10
HSL180.91º79.2%50.98%-
HSV(B)180.91º86.46%89.8%-
XYZ41.960.3483.57-
YUV168.04162.430.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.38%
GREEN value IS 226 (88.67% from 255) = 46.50%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=6.38%
G=46.50%
B=47.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal312262290.860.0100.10180.9179.250.98
Hex1FE2E55610Ab54f33
Octal37342345126101226511763
Binary1111111100010111001011010110101010101101011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fe2e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fe2e5; }

 p { color: rgb(31,226,229); }

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

<style>
 a { background-color: #1fe2e5; }

 a { background-color: rgb(31,226,229); }

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

<style>
 span { border-color: #1fe2e5; }

 span { border-color: rgb(31,226,229); }

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