#1FFDE3

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

Shades of Bright Turquoise #1FFDE3

Tints of Bright Turquoise #1FFDE3

Color information

#1FFDE3 (or 0x1FFDE3) is unknown color: approx Bright Turquoise. HEX triplet: 1F, FD and E3. RGB value is (31,253,227). Sum of RGB (Red+Green+Blue) = 31+253+227=511 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.07% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDE3 is #E0021C. Grayscale: #B7B7B7. Windows color (decimal): -14680605 or 14941471. OLE color: 14941471.

HSL color Cylindrical-coordinate representation of color #1FFDE3: hue angle of 172.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDE3 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB31253227-
CMYK0.8800.100.01
HSL172.97º98.23%55.69%-
HSV(B)172.97º87.75%99.22%-
XYZ49.5676.0984.75-
YUV183.66152.4519.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.07%
GREEN value IS 253 (99.22% from 255) = 49.51%
BLUE value IS 227 (89.06% from 255) = 44.42%
R=6.07%
G=49.51%
B=44.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal312532270.8800.100.01172.9798.2355.69
Hex1FFDE3580A1ad6238
Octal37375343130012125514270
Binary1111111111101111000111011000010101101011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FFDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,253,227); }

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

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

 a { background-color: rgb(31,253,227); }

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

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

 span { border-color: rgb(31,253,227); }

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