#1FC6D4

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

Shades of Dark Turquoise #1FC6D4

Tints of Dark Turquoise #1FC6D4

Color information

#1FC6D4 (or 0x1FC6D4) is unknown color: approx Dark Turquoise. HEX triplet: 1F, C6 and D4. RGB value is (31,198,212). Sum of RGB (Red+Green+Blue) = 31+198+212=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #1FC6D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6D4 is #E0392B. Grayscale: #959595. Windows color (decimal): -14694700 or 13944351. OLE color: 13944351.

HSL color Cylindrical-coordinate representation of color #1FC6D4: hue angle of 184.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC6D4 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB31198212-
CMYK0.850.0700.17
HSL184.64º74.49%47.65%-
HSV(B)184.64º85.38%83.14%-
XYZ32.6445.4369.34-
YUV149.66163.1743.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.03%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 212 (83.20% from 255) = 48.07%
R=7.03%
G=44.90%
B=48.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal311982120.850.0700.17184.6474.4947.65
Hex1FC6D4557011b94a30
Octal37306324125702127111260
Binary1111111000110110101001010101111010001101110011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,198,212); }

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

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

 a { background-color: rgb(31,198,212); }

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

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

 span { border-color: rgb(31,198,212); }

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