#1FF9E7

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

Shades of Bright Turquoise #1FF9E7

Tints of Bright Turquoise #1FF9E7

Color information

#1FF9E7 (or 0x1FF9E7) is unknown color: approx Bright Turquoise. HEX triplet: 1F, F9 and E7. RGB value is (31,249,231). Sum of RGB (Red+Green+Blue) = 31+249+231=511 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.07% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FF9E7 is #E00618. Grayscale: #B5B5B5. Windows color (decimal): -14681625 or 15202591. OLE color: 15202591.

HSL color Cylindrical-coordinate representation of color #1FF9E7: hue angle of 175.05º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF9E7 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB31249231-
CMYK0.8800.070.02
HSL175.05º94.78%54.9%-
HSV(B)175.05º87.55%97.65%-
XYZ48.8673.8187.27-
YUV181.77155.7820.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.07%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 231 (90.62% from 255) = 45.21%
R=6.07%
G=48.73%
B=45.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal312492310.8800.070.02175.0594.7854.9
Hex1FF9E758072af5f37
Octal3737134713007225713767
Binary1111111111001111001111011000011110101011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,249,231); }

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

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

 a { background-color: rgb(31,249,231); }

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

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

 span { border-color: rgb(31,249,231); }

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