#1fefdf

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

Shades of Bright Turquoise #1FEFDF

Tints of Bright Turquoise #1FEFDF

Color information

#1FEFDF (or 0x1FEFDF) is unknown color: approx Bright Turquoise. HEX triplet: 1F, EF and DF. RGB value is (31,239,223). Sum of RGB (Red+Green+Blue) = 31+239+223=493 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.29% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFDF is #E01020. Grayscale: #AEAEAE. Windows color (decimal): -14684193 or 14675743. OLE color: 14675743.

HSL color Cylindrical-coordinate representation of color #1FEFDF: hue angle of 175.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFDF is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB31239223-
CMYK0.8700.070.06
HSL175.38º86.67%52.94%-
HSV(B)175.38º87.03%93.73%-
XYZ44.7567.3580.45-
YUV174.98155.0925.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.29%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=6.29%
G=48.48%
B=45.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312392230.8700.070.06175.3886.6752.94
Hex1FEFDF57076af5735
Octal3735733712707625712765
Binary11111111011111101111110101110111110101011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fefdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,239,223); }

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

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

 a { background-color: rgb(31,239,223); }

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

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

 span { border-color: rgb(31,239,223); }

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