#1FEDF8

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

Shades of Bright Turquoise #1FEDF8

Tints of Bright Turquoise #1FEDF8

Color information

#1FEDF8 (or 0x1FEDF8) is unknown color: approx Bright Turquoise. HEX triplet: 1F, ED and F8. RGB value is (31,237,248). Sum of RGB (Red+Green+Blue) = 31+237+248=516 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.01% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #1FEDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEDF8 is #E01207. Grayscale: #B0B0B0. Windows color (decimal): -14684680 or 16313631. OLE color: 16313631.

HSL color Cylindrical-coordinate representation of color #1FEDF8: hue angle of 183.04º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FEDF8 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB31237248-
CMYK0.880.0400.03
HSL183.04º93.94%54.71%-
HSV(B)183.04º87.5%97.25%-
XYZ47.7967.6499.34-
YUV176.66168.2524.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.01%
GREEN value IS 237 (92.97% from 255) = 45.93%
BLUE value IS 248 (97.27% from 255) = 48.06%
R=6.01%
G=45.93%
B=48.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal312372480.880.0400.03183.0493.9454.71
Hex1FEDF858403b75e37
Octal3735537013040326713667
Binary1111111101101111110001011000100011101101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,237,248); }

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

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

 a { background-color: rgb(31,237,248); }

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

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

 span { border-color: rgb(31,237,248); }

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