#1FE6D9

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

Shades of Bright Turquoise #1FE6D9

Tints of Bright Turquoise #1FE6D9

Color information

#1FE6D9 (or 0x1FE6D9) is unknown color: approx Bright Turquoise. HEX triplet: 1F, E6 and D9. RGB value is (31,230,217). Sum of RGB (Red+Green+Blue) = 31+230+217=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE6D9 is #E01926. Grayscale: #A8A8A8. Windows color (decimal): -14686503 or 14280223. OLE color: 14280223.

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

Color convert

RGB31230217-
CMYK0.8700.060.10
HSL176.08º79.92%51.18%-
HSV(B)176.08º86.52%90.2%-
XYZ41.3961.8975.41-
YUV169.02155.0729.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.49%
GREEN value IS 230 (90.23% from 255) = 48.12%
BLUE value IS 217 (85.16% from 255) = 45.40%
R=6.49%
G=48.12%
B=45.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal312302170.8700.060.10176.0879.9251.18
Hex1FE6D95706Ab05033
Octal37346331127061226012063
Binary111111110011011011001101011101101010101100001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,230,217); }

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

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

 a { background-color: rgb(31,230,217); }

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

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

 span { border-color: rgb(31,230,217); }

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