#1fcfdf

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

Shades of Dark Turquoise #1FCFDF

Tints of Dark Turquoise #1FCFDF

Color information

#1FCFDF (or 0x1FCFDF) is unknown color: approx Dark Turquoise. HEX triplet: 1F, CF and DF. RGB value is (31,207,223). Sum of RGB (Red+Green+Blue) = 31+207+223=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFDF is #E03020. Grayscale: #9B9B9B. Windows color (decimal): -14692385 or 14667551. OLE color: 14667551.

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

Color convert

RGB31207223-
CMYK0.860.0700.13
HSL185º75.59%49.8%-
HSV(B)185º86.1%87.45%-
XYZ36.250.2477.6-
YUV156.2165.6938.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.72%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=6.72%
G=44.90%
B=48.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal312072230.860.0700.1318575.5949.8
Hex1FCFDF5670Db94c32
Octal37317337126701527111462
Binary111111100111111011111101011011101101101110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fcfdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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