#1FE1CF

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

Shades of Bright Turquoise #1FE1CF

Tints of Bright Turquoise #1FE1CF

Color information

#1FE1CF (or 0x1FE1CF) is unknown color: approx Bright Turquoise. HEX triplet: 1F, E1 and CF. RGB value is (31,225,207). Sum of RGB (Red+Green+Blue) = 31+225+207=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1CF is #E01E30. Grayscale: #A4A4A4. Windows color (decimal): -14687793 or 13623583. OLE color: 13623583.

HSL color Cylindrical-coordinate representation of color #1FE1CF: hue angle of 174.43º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1CF is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB31225207-
CMYK0.8600.080.12
HSL174.43º76.38%50.2%-
HSV(B)174.43º86.22%88.24%-
XYZ38.7558.6568.31-
YUV164.94151.7332.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.70%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=6.70%
G=48.60%
B=44.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal312252070.8600.080.12174.4376.3850.2
Hex1FE1CF5608Cae4c32
Octal373413171260101425611462
Binary1111111100001110011111010110010001100101011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,225,207); }

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

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

 a { background-color: rgb(31,225,207); }

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

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

 span { border-color: rgb(31,225,207); }

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